Bug 1873656 - Fix typo "sticked" -> "stuck". r=truber DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D198040
This commit is contained in:
Catherine 2024-01-09 19:24:54 +00:00
parent b7ba2ef9c7
commit f0978e95f5

View File

@ -254,7 +254,7 @@ In order to define your fuzzing target ``MyTarget``, you only need to implement
Once you have implemented the two functions, the only thing remaining is to
register them with the fuzzing interface. For this purpose, we offer two
macros, depending on which iteration function signature you used. If you
sticked to the classic signature using buffer and size, you can simply use
stuck to the classic signature using buffer and size, you can simply use
::