Skip to content

Commit

Permalink
Princess: Add a missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-raffler committed Sep 8, 2024
1 parent c546357 commit 7767d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private static String literalOrSkip(String pToken) {
}
}

/** Replace escape sequences for unicode letters with their UTF16 representation */
/** Replace escape sequences for unicode letters with their UTF16 representation. */
private static String unescapeString(String pInput) {
StringBuilder builder = new StringBuilder();
while (!pInput.isEmpty()) {
Expand Down

0 comments on commit 7767d2a

Please sign in to comment.