Skip to content

Commit 68afbcd

Browse files
Update unused parameter doc
1 parent c040798 commit 68afbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/unused-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ m.turnedOn.turnedOn // ERROR
3434

3535
Note that in the code above the actual implicit arguments for `IsOff` are never used at runtime; they serve only to establish the right constraints at compile time.
3636
As these parameters are never used at runtime there is not real need to have them around, but they still need to be
37-
present at runtime to be able to do separate compilation and retain binary compatiblity.
37+
present in some form in the generated code to be able to do separate compilation and retain binary compatiblity.
3838

3939
How to define unused parameter?
4040
-------------------------------

0 commit comments

Comments
 (0)