Skip to content

Commit

Permalink
💀💀💀
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Jul 20, 2024
1 parent f1c5247 commit 945acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/nolij/zson/Zson.java
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ public void write(@NotNull Map<String, ZsonValue> data, @NotNull Appendable outp

/**
* Checks if the given string is a valid identifier.
* @param key The string to check.sadasdf
* @param key The string to check.
* @return {@code true} if the string is a valid identifier, {@code false} otherwise.
* @see #isIdentifierChar(int)
* @see <a href="https://262.ecma-international.org/5.1/#sec-7.6">ECMAScript 5.1 §7.6</a>
Expand Down

0 comments on commit 945acdc

Please sign in to comment.