You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/usage/std.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ globals:
154
154
A field is understood as a table if it has fields of its own. Notice that `math` is not defined anywhere, but its fields are. This will create an implicit `math` with the property writability of `read-only`.
155
155
156
156
### Deprecated
157
-
Any field can have a deprecation notice added to it, which will then be read by [the deprecated lint](../lints/deprecated.md).
157
+
Any field or arg can have a deprecation notice added to it, which will then be read by [the deprecated lint](../lints/deprecated.md).
0 commit comments