aboutsummaryrefslogtreecommitdiff
path: root/book/en/src
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-08 18:09:45 +0000
committerGitHub <noreply@github.com>2022-02-08 18:09:45 +0000
commitab26a1e185f0c18d09937e9e7296a67ca5ad1baf (patch)
treec7860677b852ac61e489c95f07d912605cc96063 /book/en/src
parent5adee8d3f913888047eca00ba26b593510142275 (diff)
parent7af09cb1262fa60d31164662966dcb851f0bc314 (diff)
Merge #602
602: book: Restore accidentally removed files r=korken89 a=AfoHT - book: Restore accidentally removed files - Update changelog Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'book/en/src')
-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}}
```