You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +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" | ||||
| "    \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" | ||||
| "  * `..` can expand as much as it needs to be\n" | ||||
| "  * `1..=5` represents an inclusive range\n" | ||||
|   | ||||
							
								
								
									
										2
									
								
								po/ko.po
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								po/ko.po
									
									
									
									
									
								
							| @@ -5959,7 +5959,7 @@ msgid "" | ||||
| "<details>\n" | ||||
| "    \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" | ||||
| "  * `..` can expand as much as it needs to be\n" | ||||
| "  * `1..=5` represents an inclusive range\n" | ||||
|   | ||||
| @@ -6855,7 +6855,7 @@ msgid "" | ||||
| "<details>\n" | ||||
| "    \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" | ||||
| "  * `..` can expand as much as it needs to be\n" | ||||
| "  * `1..=5` represents an inclusive range\n" | ||||
| @@ -6871,7 +6871,7 @@ msgstr "" | ||||
| "<details>\n" | ||||
| "    \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" | ||||
| "  * `..` pode expandir o quanto for necessário\n" | ||||
| "  * `1..=5` representa um intervalo inclusivo\n" | ||||
|   | ||||
| @@ -23,7 +23,7 @@ The `_` pattern is a wildcard pattern which matches any value. | ||||
| <details> | ||||
|      | ||||
| 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` | ||||
|   * `..` can expand as much as it needs to be | ||||
|   * `1..=5` represents an inclusive range | ||||
|   | ||||
		Reference in New Issue
	
	Block a user