Skip to content

Commit c099f38

Browse files
Updating code.
1 parent 934d89b commit c099f38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Data/ByteString/Search/DFA.idr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ matchDFA pat target {prfpat} {prftarget} t =
142142
|||
143143
||| Example:
144144
|||
145-
||| | pat | target |
146-
||| | ----- | ----------- |
147-
||| | "ABC" | "ABCABCABC" |
145+
||| | pat | target |
146+
||| | -------- | ----------- |
147+
||| | "ABCABC" | "ABCABCABC" |
148148
|||
149149
||| | Start | Substring | Match? | Explanation |
150150
||| | ----- | --------------- | ------ | ---------------------------------------------------------------- |

0 commit comments

Comments
 (0)