Skip to content

Commit e96379d

Browse files
committed
Fix typos
1 parent 1e1d29a commit e96379d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Sources/D2Commands/fun/UwUifyCommand.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Utils
22

33
fileprivate let wPattern = #/[rl]/#.ignoresCase()
4-
fileprivate let punctuationPattern = #/[!\\.]/#
4+
fileprivate let punctuationPattern = #/[!\.]/#
55

66
public class UwUifyCommand: StringCommand {
77
public let info = CommandInfo(

Diff for: Sources/D2Commands/game/tictactoe/TicTacToeMove.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Utils
22

3-
fileprivate let argsRegex = #/(\\S+)\\s+(\\S+)/#
3+
fileprivate let argsRegex = #/(\S+)\s+(\S+)/#
44

55
public struct TicTacToeMove: Hashable {
66
let row: Int

0 commit comments

Comments
 (0)