Skip to content

Commit f8383af

Browse files
fhennigTechassi
andauthored
Update modules/contributor/pages/code-style-guide.adoc
Co-authored-by: Techassi <git@techassi.dev>
1 parent c1ea08f commit f8383af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contributor/pages/code-style-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ enum Error {
430430
==== Exampled for "unable to ..." error messages
431431

432432
. `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).
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).
434434

435435
== String formatting
436436

0 commit comments

Comments
 (0)