You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-23 06:56:25 +02:00
Fix typo: patten -> pattern (#430)
This commit is contained in:
2
po/de.po
2
po/de.po
@@ -6346,7 +6346,7 @@ msgid ""
|
|||||||
"<details>\n"
|
"<details>\n"
|
||||||
" \n"
|
" \n"
|
||||||
"Key Points:\n"
|
"Key Points:\n"
|
||||||
"* You might point out how some specific characters are being used when in a patten\n"
|
"* You might point out how some specific characters are being used when in a pattern\n"
|
||||||
" * `|` as an `or`\n"
|
" * `|` as an `or`\n"
|
||||||
" * `..` can expand as much as it needs to be\n"
|
" * `..` can expand as much as it needs to be\n"
|
||||||
" * `1..=5` represents an inclusive range\n"
|
" * `1..=5` represents an inclusive range\n"
|
||||||
|
|||||||
2
po/ko.po
2
po/ko.po
@@ -5959,7 +5959,7 @@ msgid ""
|
|||||||
"<details>\n"
|
"<details>\n"
|
||||||
" \n"
|
" \n"
|
||||||
"Key Points:\n"
|
"Key Points:\n"
|
||||||
"* You might point out how some specific characters are being used when in a patten\n"
|
"* You might point out how some specific characters are being used when in a pattern\n"
|
||||||
" * `|` as an `or`\n"
|
" * `|` as an `or`\n"
|
||||||
" * `..` can expand as much as it needs to be\n"
|
" * `..` can expand as much as it needs to be\n"
|
||||||
" * `1..=5` represents an inclusive range\n"
|
" * `1..=5` represents an inclusive range\n"
|
||||||
|
|||||||
@@ -6855,7 +6855,7 @@ msgid ""
|
|||||||
"<details>\n"
|
"<details>\n"
|
||||||
" \n"
|
" \n"
|
||||||
"Key Points:\n"
|
"Key Points:\n"
|
||||||
"* You might point out how some specific characters are being used when in a patten\n"
|
"* You might point out how some specific characters are being used when in a pattern\n"
|
||||||
" * `|` as an `or`\n"
|
" * `|` as an `or`\n"
|
||||||
" * `..` can expand as much as it needs to be\n"
|
" * `..` can expand as much as it needs to be\n"
|
||||||
" * `1..=5` represents an inclusive range\n"
|
" * `1..=5` represents an inclusive range\n"
|
||||||
@@ -6871,7 +6871,7 @@ msgstr ""
|
|||||||
"<details>\n"
|
"<details>\n"
|
||||||
" \n"
|
" \n"
|
||||||
"Points chave:\n"
|
"Points chave:\n"
|
||||||
"* Você pode apontar como alguns caracteres específicos estão sendo usados quando em um patten\n"
|
"* Você pode apontar como alguns caracteres específicos estão sendo usados quando em um padrão\n"
|
||||||
" * `|` como um `ou`\n"
|
" * `|` como um `ou`\n"
|
||||||
" * `..` pode expandir o quanto for necessário\n"
|
" * `..` pode expandir o quanto for necessário\n"
|
||||||
" * `1..=5` representa um intervalo inclusivo\n"
|
" * `1..=5` representa um intervalo inclusivo\n"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ The `_` pattern is a wildcard pattern which matches any value.
|
|||||||
<details>
|
<details>
|
||||||
|
|
||||||
Key Points:
|
Key Points:
|
||||||
* You might point out how some specific characters are being used when in a patten
|
* You might point out how some specific characters are being used when in a pattern
|
||||||
* `|` as an `or`
|
* `|` as an `or`
|
||||||
* `..` can expand as much as it needs to be
|
* `..` can expand as much as it needs to be
|
||||||
* `1..=5` represents an inclusive range
|
* `1..=5` represents an inclusive range
|
||||||
|
|||||||
Reference in New Issue
Block a user