Skip to content

Commit ba89ae6

Browse files
committed
Merge pull request #252 from binkdotli/master
Fix AccessControlInStdlib SPI example
2 parents a53a31c + 3e5c012 commit ba89ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AccessControlInStdlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To document the reason for marking symbols public, we use comments:
4949
* symbols that are SPIs for the module X::
5050

5151
public // SPI(X)
52-
public _foo() { ... }
52+
func _foo() { ... }
5353

5454
`internal`
5555
==========

0 commit comments

Comments
 (0)