We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be09e2 commit 9116d7eCopy full SHA for 9116d7e
chaos_theory/src/lib.rs
@@ -8,7 +8,7 @@
8
`chaos_theory` is a modern property-based testing and structure-aware fuzzing library.
9
10
You drive tests using [`Source`] to get pseudo-random values and control flow;
11
-chaos_theory records choices, their structure and metadata to efficiently explore
+`chaos_theory` records choices, their structure and metadata to efficiently explore
12
the state space and automatically minimize any failures found.
13
14
# Quickstart
0 commit comments