Browse Source

[oca][httpaf] fix typo Tue -> Thu (#6196)

Willy Blandin 4 years ago
parent
commit
cfff4308a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/OCaml/httpaf/httpaf_unix.ml

+ 1 - 1
frameworks/OCaml/httpaf/httpaf_unix.ml

@@ -11,7 +11,7 @@ let dow = function
   | 1 -> "Mon"
   | 1 -> "Mon"
   | 2 -> "Tue"
   | 2 -> "Tue"
   | 3 -> "Wed"
   | 3 -> "Wed"
-  | 4 -> "Tue"
+  | 4 -> "Thu"
   | 5 -> "Fri"
   | 5 -> "Fri"
   | _ -> "Sat"
   | _ -> "Sat"