Skip to content

Commit 07b687b

Browse files
bdunn313ryyppy
andauthored
Update pages/docs/manual/latest/attribute.mdx
Co-authored-by: Patrick Ecker <ryyppy@users.noreply.github.com>
1 parent ca5bafd commit 07b687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/attribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type student = {
4949
@deprecated
5050
let customDouble = foo => foo * 2
5151
52-
@deprecated("Do the math yourself!")
52+
@deprecated("Use SomeOther.customTriple instead")
5353
let customTriple = foo => foo * 3
5454
```
5555
```js

0 commit comments

Comments
 (0)