Skip to content

Commit

Permalink
docs: Fixed incorrect formatting of +/- examples in validation examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannestegner committed Oct 28, 2021
1 parent eb16291 commit 8b1d80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class Test
public void TestValidation()
{
Personnummer.valid("191212121212"); // => True
Personnummer.valid("12121+21212"); // => True
Personnummer.valid("2012121-21212"); // => True
Personnummer.valid("121212+1212"); // => True
Personnummer.valid("20121212-1212"); // => True
}
}
```
Expand Down

0 comments on commit 8b1d80c

Please sign in to comment.