diff options
Diffstat (limited to 'lib/editor.ml')
-rw-r--r-- | lib/editor.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/editor.ml b/lib/editor.ml index 230f13a..f8091b8 100644 --- a/lib/editor.ml +++ b/lib/editor.ml | |||
@@ -156,7 +156,7 @@ module Action = struct | |||
156 | let welcome (r, c) = | 156 | let welcome (r, c) = |
157 | let open Text in | 157 | let open Text in |
158 | let hfill = ' ' and vfill = Sequence.empty in | 158 | let hfill = ' ' and vfill = Sequence.empty in |
159 | "Welcome to the sand editor!" |> String.to_list |> Sequence.of_list | 159 | "Welcome to the sandy editor!" |> String.to_list |> Sequence.of_list |
160 | |> center ~fill:hfill c |> Sequence.singleton |> center ~fill:vfill r | 160 | |> center ~fill:hfill c |> Sequence.singleton |> center ~fill:vfill r |
161 | in | 161 | in |
162 | let aux e = | 162 | let aux e = |