summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2015-07-31 10:21:25 -0700
committerMike Danese <mikedanese@gmail.com>2015-07-31 10:21:25 -0700
commitf82dc338420c0ecacaab93ef7bb7ef0d80dcbbe4 (patch)
treea4ef33d9aa33f774e6477a4dedf3123759f47653 /api_changes.md
parente605969e9a2636a2a1c4c1f86c7ea9596bbf3174 (diff)
parent9a5c3748cc3469907bef1c8b053df544ed1d7f54 (diff)
Merge pull request #11839 from eparis/munger-rewrite
Major rewrite for docs munger
Diffstat (limited to 'api_changes.md')
-rw-r--r--api_changes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/api_changes.md b/api_changes.md
index d8e20014..687af00a 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -309,7 +309,7 @@ a panic from the `serialization_test`. If so, look at the diff it produces (or
the backtrace in case of a panic) and figure out what you forgot. Encode that
into the fuzzer's custom fuzz functions. Hint: if you added defaults for a field,
that field will need to have a custom fuzz function that ensures that the field is
-fuzzed to a non-empty value.
+fuzzed to a non-empty value.
The fuzzer can be found in `pkg/api/testing/fuzzer.go`.