Skip to content

Commit 294a91e

Browse files
authored
Merge pull request #3246 from f6p/patch-1
Proper Polish language inflection
2 parents 1b078d0 + 4edd6b5 commit 294a91e

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/10-regexp-greedy-and-lazy

1 file changed

+1
-1
lines changed

9-regular-expressions/10-regexp-greedy-and-lazy/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Let's take the following task as an example.
88

99
We have a text and need to replace all quotes `"..."` with guillemet marks: `«...»`. They are preferred for typography in many countries.
1010

11-
For instance: `"Hello, world"` should become `«Hello, world»`. There exist other quotes, such as `Witam, świat!”` (Polish) or `「你好,世界」` (Chinese), but for our task let's choose `«...»`.
11+
For instance: `"Hello, world"` should become `«Hello, world»`. There exist other quotes, such as `Witaj, świecie!”` (Polish) or `「你好,世界」` (Chinese), but for our task let's choose `«...»`.
1212

1313
The first thing to do is to locate quoted strings, and then we can replace them.
1414

0 commit comments

Comments
 (0)