There was an error while loading. Please reload this page.
1 parent a5e7761 commit 85ce27fCopy full SHA for 85ce27f
1 file changed
src/Hedgehog/Journal.fs
@@ -7,7 +7,7 @@ type JournalLine =
7
| Counterexample of message: string // Property.counterexample user messages
8
| Exception of exn: exn // Original exception, unwrap at render
9
| Cancellation of message: string // OperationCanceledException messages
10
- | Text of message: string // Plane text messages (info, etc.)
+ | Text of message: string // Plain text messages (info, etc.)
11
12
[<Struct>]
13
type Journal =
0 commit comments