Skip to content

Commit 473f1e0

Browse files
halotukozakCopilot
andauthored
Update src/org/jetbrains/plugins/hocon/parser/HoconElementType.scala
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3b38c00 commit 473f1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/jetbrains/plugins/hocon/parser/HoconElementType.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ enum HoconElementType(debugName: String) extends IElementType(debugName, HoconLa
112112
*/
113113
case UnquotedString extends HoconElementType("UNQUOTED_STRING")
114114

115-
/** Encapsulates either an unquoted, quoted or multiline string - in case ue context.
115+
/** Encapsulates either an unquoted, quoted or multiline string - in value context.
116116
*/
117117
case StringValue extends HoconElementType("STRING_VALUE")
118118

0 commit comments

Comments
 (0)