aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips_from_ram.md
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2022-02-08 18:59:08 +0100
committerHenrik Tjäder <henrik@grepit.se>2022-02-08 19:08:29 +0100
commit7af09cb1262fa60d31164662966dcb851f0bc314 (patch)
treec7860677b852ac61e489c95f07d912605cc96063 /book/en/src/by-example/tips_from_ram.md
parent5adee8d3f913888047eca00ba26b593510142275 (diff)
book: Restore accidentally removed files
Diffstat (limited to 'book/en/src/by-example/tips_from_ram.md')
-rw-r--r--book/en/src/by-example/tips_from_ram.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/en/src/by-example/tips_from_ram.md b/book/en/src/by-example/tips_from_ram.md
index ecb5dde..fc47803 100644
--- a/book/en/src/by-example/tips_from_ram.md
+++ b/book/en/src/by-example/tips_from_ram.md
@@ -35,10 +35,10 @@ One can look at the output of `cargo-nm` to confirm that `bar` ended in RAM
``` console
$ cargo nm --example ramfunc --release | grep ' foo::'
-{{#include ../../../../ci/expected/ramfunc.grep.foo}}
+{{#include ../../../../ci/expected/ramfunc.run.grep.foo}}
```
``` console
$ cargo nm --example ramfunc --release | grep ' bar::'
-{{#include ../../../../ci/expected/ramfunc.grep.bar}}
+{{#include ../../../../ci/expected/ramfunc.run.grep.bar}}
```