We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c3c14 commit e2f989eCopy full SHA for e2f989e
Sources/CodeEditTextView/Extensions/CharacterSet.swift
@@ -8,7 +8,7 @@
8
import Foundation
9
10
extension CharacterSet {
11
- /// Returns a character set containing the characters in common in code names
+ /// Returns a character set containing the characters common in code names
12
static let codeIdentifierCharacters: CharacterSet = .alphanumerics
13
.union(.init(charactersIn: "_"))
14
}
0 commit comments