Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 6ed8a9f

Browse files
joshraifredemmott
authored andcommitted
Fixing typo in README example function name (#25)
1 parent 3a98dc2 commit 6ed8a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ either return it unmodified (but with type data) or throw an exception; for exam
3030
```Hack
3131
<?hh // strict
3232
use namespace Facebook\TypeAssert;
33-
function need_string(string $bar): void {
33+
function needs_string(string $bar): void {
3434
}
3535
3636
function main(): void {

0 commit comments

Comments
 (0)