From ed20ce4ce324511df21b5a904752cc3d8ca18e0b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 May 2023 15:58:28 +0200 Subject: [PATCH] typo --- bin/main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.ml b/bin/main.ml index 10a9549..1377cab 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -41,7 +41,7 @@ let rec check ctx = (* Tweet and returns to profile page *) tweet ctx - "This tweet is for the Twitter's CTO: Don't suspend my account for inactivity."; + "This tweet is for the Twitter's CTO: don't suspend my account for inactivity."; go_to_profile ctx; (* Wait the maximum time since we just tweeted *) recheck max_time)