Skip to content

Commit 4205298

Browse files
committed
More nits
1 parent 301c096 commit 4205298

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [Overview](./chapters/overview.md)
44
- [Tutorial](./chapters/tutorial.md)
55
- [Our example application](./chapters/tutorial/example.md)
6-
- [Retrofitting sandboxing in a simple application](./chapters/tutorial/noop-sandbox.md)
6+
- [Retrofitting isolation in our example](./chapters/tutorial/noop-sandbox.md)
77
- [Creating a noop sandbox](./chapters/tutorial/noop-sandbox/create.md)
88
- [Sandboxing function calls](./chapters/tutorial/noop-sandbox/func.md)
99
- [Verifying tainted values](./chapters/tutorial/noop-sandbox/verifier.md)

src/chapters/tutorial/noop-sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Retrofitting isolation in a simple application
1+
# Retrofitting isolation in our example
22

33
This first part of the tutorial is going to focus on modify our application to
44
add sandboxing, the [next part](./wasm-sandbox.md) will focus on recompiling our

0 commit comments

Comments
 (0)