Skip to content

Commit 150b0cb

Browse files
njlrmoodmosaic
authored andcommitted
Update Journal.fs
1 parent a5e7761 commit 150b0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Hedgehog/Journal.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type JournalLine =
77
| Counterexample of message: string // Property.counterexample user messages
88
| Exception of exn: exn // Original exception, unwrap at render
99
| Cancellation of message: string // OperationCanceledException messages
10-
| Text of message: string // Plane text messages (info, etc.)
10+
| Text of message: string // Plain text messages (info, etc.)
1111

1212
[<Struct>]
1313
type Journal =

0 commit comments

Comments
 (0)