Skip to content

Commit

Permalink
typos fixed re issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Helma van der Linden committed Mar 18, 2018
1 parent c6df5f8 commit 00194bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ SELECT eq( bendSpoon(), 'bent', 'Spoon bending, how original' );
```

With `todo()`, `@how_many` specifies how many tests are expected to fail.
pgTAP will run the tests normally, but print out special flags indicating they
myTAP will run the tests normally, but print out special flags indicating they
are "todo" tests. The test harness will interpret these failures as ok. Should
any todo test pass, the harness will report it as an unexpected success. You
then know that the thing you had todo is done and can remove the call to
Expand Down Expand Up @@ -618,7 +618,7 @@ SELECT CASE WHEN mysql_version() < 501000
ELSE ok( ExtractValue('<a><b/></a>', 'count(/a/b)'), 'ExtractValue should work')
END;
```
The revision level is in the hundres position, the minor version in the ten
The revision level is in the hundreds position, the minor version in the ten
thousands position, and the major version in the hundred thousands position
and above (assuming MySQL 10 is ever released, it will be in the millions
position).
Expand Down

0 comments on commit 00194bd

Please sign in to comment.