Skip to content

Commit 8a1fa1c

Browse files
Typo fix in tests
1 parent a891266 commit 8a1fa1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/#84.test.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// SYNTAX TEST "source.scala"
22

33

4-
Type[A with "user profided string" with B]
4+
Type[A with "user-provided string" with B]
55
// ^ entity.name.class
66
// ^^^^ keyword.declaration.scala
77
// ^ string.quoted.double.scala punctuation.definition.string.begin.scala
88
// ^^^^^^^^^^^^^^^^^^^^ string.quoted.double.scala
99
// ^ string.quoted.double.scala punctuation.definition.string.end.scala
1010
// ^^^^ keyword.declaration.scala
11-
// ^ entity.other.inherited-class.scala
11+
// ^ entity.other.inherited-class.scala

0 commit comments

Comments
 (0)