Skip to content

Commit

Permalink
GenericJsonRpcTool: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 20, 2023
1 parent d2f4be4 commit 9fca93f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class GenericJsonRpcTool extends BaseJsonRpcTool {
public final static String commandName = "jsonrpc";

// For a GraalVM command-line tool we muse configure Java Logging in main
// For a GraalVM command-line tool we must configure Java Logging in main
// before initializing this Logger object
private static Logger log;

Expand Down

0 comments on commit 9fca93f

Please sign in to comment.