Skip to content

Commit

Permalink
fix: Case patch option title correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 21, 2024
1 parent 3901b7d commit 259c8b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HexPatch : BaseHexPatch() {
// Replace the custom option type with a stringArrayOption once the issue is resolved.
private val replacementsOption by registerNewPatchOption<PatchClass<*>, List<String>>(
key = "replacements",
title = "replacements",
title = "Replacements",
description = """
Hexadecimal patterns to search for and replace with another in a target file.
Expand Down

0 comments on commit 259c8b4

Please sign in to comment.