Skip to content

Commit 8b1d80c

Browse files
docs: Fixed incorrect formatting of +/- examples in validation examples.
1 parent eb16291 commit 8b1d80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class Test
5151
public void TestValidation()
5252
{
5353
Personnummer.valid("191212121212"); // => True
54-
Personnummer.valid("12121+21212"); // => True
55-
Personnummer.valid("2012121-21212"); // => True
54+
Personnummer.valid("121212+1212"); // => True
55+
Personnummer.valid("20121212-1212"); // => True
5656
}
5757
}
5858
```

0 commit comments

Comments
 (0)