mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IFT-178 Fix typo
GitOrigin-RevId: 6e220cbdde4787866fd8f648321a942c8a2b211d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b5b20e9d29
commit
1a67ec14d4
+2
-2
@@ -19,8 +19,8 @@ abstract class FileStructureLesson
|
||||
abstract val methodToFindPosition: LogicalPosition
|
||||
|
||||
private val searchSubstring: String = "hosa"
|
||||
private val firstWord: String = "homo"
|
||||
private val secondWord: String = "sapience"
|
||||
private val firstWord: String = "Homo"
|
||||
private val secondWord: String = "Sapiens"
|
||||
|
||||
override val lessonType = LessonType.SINGLE_EDITOR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user