diff options
Diffstat (limited to 'book/ru/src')
| -rw-r--r-- | book/ru/src/by-example/tips.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/ru/src/by-example/tips.md b/book/ru/src/by-example/tips.md index f19cfee..7d4fc2f 100644 --- a/book/ru/src/by-example/tips.md +++ b/book/ru/src/by-example/tips.md @@ -83,12 +83,12 @@ $ cargo run --example ramfunc ``` 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}} ``` ## Обходной путь для быстрой передачи сообщений |
