Skip to content

Commit e16c9d1

Browse files
Docs
Co-authored-by: Tom Ludwig <tommludwig@icloud.com>
1 parent 6eb9f08 commit e16c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/EmphasisManager/EmphasisManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public final class EmphasisManager {
3030
/// Adds a single emphasis to the specified group.
3131
/// - Parameters:
3232
/// - emphasis: The emphasis to add
33-
/// - id: The group identifier
33+
/// - id: A group identifier
3434
public func addEmphasis(_ emphasis: Emphasis, for id: String) {
3535
addEmphases([emphasis], for: id)
3636
}

0 commit comments

Comments
 (0)