Skip to content

Commit e2f989e

Browse files
Fix comment
1 parent b0c3c14 commit e2f989e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/Extensions/CharacterSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
extension CharacterSet {
11-
/// Returns a character set containing the characters in common in code names
11+
/// Returns a character set containing the characters common in code names
1212
static let codeIdentifierCharacters: CharacterSet = .alphanumerics
1313
.union(.init(charactersIn: "_"))
1414
}

0 commit comments

Comments
 (0)