Fix typos and grammar errors in Russian text and comments#151204
Fix typos and grammar errors in Russian text and comments#151204sashaodessa wants to merge 6 commits intorust-lang:mainfrom
Conversation
|
rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
| подходит как для стартапов, так и для больших компаний,\ | ||
| как для встраиваемых устройств, так и для масштабируемых\ | ||
| web-сервисов. Мой самый большой комплимент Rust." | ||
| web-сервисов. Мой самый большой комплимент Rust'у." |
There was a problem hiding this comment.
I think you're supposed to add -y after consonants for the dative case. Not sure it's worth changing, but I don't mind it.
There was a problem hiding this comment.
As a Russian person I could say that this is not worth changing, and moreover the change is seems incorrect to me
|
r? @petrochenkov maybe |
| //- minicore: fmt | ||
| fn main() { | ||
| format_args!("{} {}, {} (подозрение на спам: {:.2}%)"б); | ||
| format_args!("{} {}, {} (подозрение на спам: {:.2}%)"); |
There was a problem hiding this comment.
The character б here is intentional (see rust-lang/rust-analyzer#20963).
Please revert this change and the accompanying generated test data at
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/regression_20952.html.
| <pre><code><span class="keyword">fn</span> <span class="function declaration">main</span><span class="parenthesis">(</span><span class="parenthesis">)</span> <span class="brace">{</span> | ||
| <span class="macro default_library library">format_args</span><span class="macro_bang">!</span><span class="parenthesis">(</span>"{} {}, {} (подозрение на спам: {:.2}%)"б<span class="parenthesis">)</span><span class="semicolon">;</span> | ||
| <span class="brace">}</span></code></pre> No newline at end of file | ||
| <span class="brace">}</span></code></pre> |
There was a problem hiding this comment.
Please drop the newline too. And squash to avoid merging these changes into the subtree.
|
r? me |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Fixes typos, grammar errors, and removes stray characters in Russian text and English comments.