diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-02-09 17:33:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-09 17:33:19 +0000 |
| commit | 1464898291fbd7ae0aa3fddcc185a69d9d3979a4 (patch) | |
| tree | 07c902f05243a69053686a0d73aaf186c71f03f9 /book/ru | |
| parent | ab26a1e185f0c18d09937e9e7296a67ca5ad1baf (diff) | |
| parent | 120d3109342ec34aed473d36e1d81b0039ce5ba4 (diff) | |
Merge #604
604: docs: make mdBook emit error codes r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'book/ru')
| -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}} ``` ## Обходной путь для быстрой передачи сообщений |
