Skip to content

Commit 6abb459

Browse files
KeimaShikaisea5kg
authored andcommitted
Fixed README single mistake
1 parent 5cf0dfa commit 6abb459

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
@@ -52,7 +52,7 @@ if (!pValidatorUUID->isValid("abcdef01-ABCD-EF23-1000-000000000001", sError)) {
5252
}
5353
```
5454
55-
## Example for yuor implementations
55+
## Example for your implementations
5656
5757
``` cpp
5858
class WSJCppValidatorUUID : public WSJCppValidatorStringRegexpBase {
@@ -65,4 +65,4 @@ class WSJCppValidatorUUID : public WSJCppValidatorStringRegexpBase {
6565
TAG = "WSJCppValidatorUUID";
6666
}
6767
};
68-
```
68+
```

0 commit comments

Comments
 (0)