diff options
author | Milo Turner <iitalics@gmail.com> | 2017-09-16 13:02:20 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-09-16 13:38:25 -0700 |
commit | 95a93936f420dd480454eb97c25b02874da7a966 (patch) | |
tree | 6265a30bf3dba651ae50e2a7df185b75265be2a8 /README.md | |
parent | 943c865bcfacb00af4c681fc36fbcab2b7f9a55f (diff) | |
download | mc-95a93936f420dd480454eb97c25b02874da7a966.tar.gz |
fix some docs that were broken by renaming
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ const main = { str = "match against this!" match regex.compile(".*") | `std.Ok r: re = r - | `std.Fail m: std.fatal("couldn't compile regex: {}\n", m) + | `std.Err m: std.fatal("couldn't compile regex: {}\n", m) ;; match regex.exec(re, str) | `std.Some _: std.put("regex matched\n") |