Skip to content

Commit

Permalink
Remove Regex namespace reference
Browse files Browse the repository at this point in the history
Summary:
There's currently no Regex methods
Closes #43

Differential Revision: D6666371

fbshipit-source-id: 2785be708ad64565a624cf082ed6cf24948dcb93
  • Loading branch information
simonwelsh authored and facebook-github-bot committed Jan 5, 2018
1 parent ae1893d commit 3f5c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library is especially useful for working with the Hack arrays (`vec`,
```Hack
<?hh // strict
use namespace HH\Lib\{Vec,Dict,Keyset,Str,Regex,Math};
use namespace HH\Lib\{Vec,Dict,Keyset,Str,Math};
function main(vec<?int> $foo): vec<string> {
return $foo
Expand Down

0 comments on commit 3f5c3c9

Please sign in to comment.