We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ea08f commit f8383afCopy full SHA for f8383af
modules/contributor/pages/code-style-guide.adoc
@@ -430,7 +430,7 @@ enum Error {
430
==== Exampled for "unable to ..." error messages
431
432
. `unable to read config file from ...` to indicate that the file could not be loaded (for example because the file doesn't exist).
433
-. `unable to parse value ...` to indicate that parsing a user provided value failed (for example because it didn't conform to the expected syntax).
+. `unable to parse value ...` to indicate that parsing a user provided value failed (for example because it didn't conform to the expected syntax).
434
435
== String formatting
436
0 commit comments