Skip to content

Commit 2ede30f

Browse files
denied404theory
authored andcommitted
Documentation typo fix (is/isnt functions description)
1 parent 5b015b5 commit 2ede30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/pgtap.mmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ the result of that to determine if the test succeeded or failed. So these:
466466

467467
are similar to these:
468468

469-
SELECT ok( ultimate_answer() = 42, 'Meaning of Life' );
470-
SELECT isnt( foo() <> '', 'Got some foo' );
469+
SELECT ok( ultimate_answer() = 42, 'Meaning of Life' );
470+
SELECT ok( foo() <> '', 'Got some foo' );
471471

472472
(Mnemonic: "This is that." "This isn't that.")
473473

0 commit comments

Comments
 (0)