Fix typos in 9.11 (Capturing groups)

This commit is contained in:
Vse Mozhe Buty 2020-12-09 18:54:47 +02:00
parent 633db6fbe9
commit f2f650062c
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
A positive number with an optional decimal part is (per previous task): `pattern:\d+(\.\d+)?`.
A positive number with an optional decimal part is: `pattern:\d+(\.\d+)?`.
Let's add the optional `pattern:-` in the beginning: