Skip to content

Commit

Permalink
Fixes typo (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Jul 18, 2022
1 parent e6ee456 commit 72a81da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Runestone/TextView/LineEnding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public enum LineEnding: String, CaseIterable {
case lf
/// Windows (CRLF) line endings.
///
/// Uses the `\c\n` character.
/// Uses the `\r\n` character.
case crlf
/// Mac (CR) line endings.
///
Expand Down

0 comments on commit 72a81da

Please sign in to comment.