Skip to content

Commit

Permalink
Not using the correct type name here
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 25, 2024
1 parent 48de273 commit 94b004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Neon/Token.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public struct TokenApplication: Hashable, Sendable {
public static let noChange = TokenApplication(tokens: [], action: .apply)
}

/// A function that assigns semantic value to a range of text.
/// A type that assigns semantic value to a range of text either syncrhonously or asychrnoously.
///
/// The input will be an `NSRange` representing the text that needs styling, and the output is a `TokenApplication`.
public typealias TokenProvider = HybridValueProvider<NSRange, TokenApplication>
Expand Down

0 comments on commit 94b004a

Please sign in to comment.