Skip to content

Commit 3a7fe02

Browse files
Update the-self-parameter.md (#134)
Bad link to `Compiler Annoations` md file fixed
1 parent d55ff31 commit 3a7fe02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/the-self-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Namespace:foo("foo")
143143

144144
If you want to specify that all functions in a file should have no context, you can use [`@noSelfInFile`](./advanced/compiler-annotations.md#noselfinfile) at the top of the file.
145145

146-
For more information on [`@noSelf`](./advanced/compiler-annotations.md#noself) and [`@noSelfInFile`](./advanced/compiler-annotations.md#noselfinfile), please refer to [Compiler Annotations](./advanced/compiler-annotations).
146+
For more information on [`@noSelf`](./advanced/compiler-annotations.md#noself) and [`@noSelfInFile`](./advanced/compiler-annotations.md#noselfinfile), please refer to [Compiler Annotations](./advanced/compiler-annotations.md).
147147

148148
### `noImplicitSelf`
149149

0 commit comments

Comments
 (0)