Skip to content

Commit

Permalink
Fix a missing close paren.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Mar 27, 2019
1 parent d8242bc commit 002a61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WASI-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ which can be used to open files inside that directory. Now when the program
calls the C `open` function, passing it either an absolute or relative path,
the WASI libc transparently translates that path into a path that's relative to
one of the given preopened directories, if possible (using a technique based
on [libpreopen](https://github.com/musec/libpreopen). This way, we can have a
on [libpreopen](https://github.com/musec/libpreopen)). This way, we can have a
simple capability-oriented model at the system call level, while portable
application code doesn't have to do anything special.
Expand Down

0 comments on commit 002a61c

Please sign in to comment.