From 6386474ac8a4b113d5c9b4aa2b03104b7f219371 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 23 Jan 2024 18:26:50 +0100 Subject: refarctor: rename project to 'sandy' --- lib/editor.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/editor.ml') 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 let welcome (r, c) = let open Text in let hfill = ' ' and vfill = Sequence.empty in - "Welcome to the sand editor!" |> String.to_list |> Sequence.of_list + "Welcome to the sandy editor!" |> String.to_list |> Sequence.of_list |> center ~fill:hfill c |> Sequence.singleton |> center ~fill:vfill r in let aux e = -- cgit v1.2.3