diff --git a/docs/syntax-attribute-functions-deprecated.md b/docs/syntax-attribute-functions-deprecated.md index 1111e1e..d7f38b9 100644 --- a/docs/syntax-attribute-functions-deprecated.md +++ b/docs/syntax-attribute-functions-deprecated.md @@ -22,7 +22,7 @@ The `@deprecated` attribute can only be used on named functions and methods. It | `@deprecated` | `"Function 'foo' is deprecated."` | | `@[deprecated {reason = string}]` | `"Function 'foo' is deprecated. "` | | `@[deprecated {use = string}]` | `"Function 'foo' is deprecated, use '' instead."` | -| `@[deprecated {reason = string, use = string}]` | `"Function 'foo' is deprecated, use '' instead. ` | +| `@[deprecated {reason = string, use = string}]` | `"Function 'foo' is deprecated, use '' instead. "` | If `foo` is a member of class `bar`, the warning messages above will start as `"Member 'bar.foo' is deprecated ...`.