Skip to content

Commit a758a25

Browse files
authored
Fix typo (#4908)
2 parents 5300320 + 592cbf5 commit a758a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/JSONSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class JSONSettings {
104104
"org.eclipse.rdf4j.rio.json.allow_yaml_comments", "Allow YAML comments", Boolean.FALSE);
105105

106106
/**
107-
* Boolean setting for JSON parsers to determine if trailing commas are allows.
107+
* Boolean setting for JSON parsers to determine if trailing commas are allowed.
108108
* <p>
109109
* Defaults to false.
110110
* <p>

0 commit comments

Comments
 (0)