Parcourir la source

Improve comment

Leo il y a 9 ans
Parent
commit
058823b8f5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/exec_cmd.ml

+ 1 - 1
src/exec_cmd.ml

@@ -61,7 +61,7 @@ let num_cmd_to_cmd ~cmd_list number =
 ;;
 
 (* Function to determinate what is the next command to
- * execute. It take the current number from tmp file. *)
+ * execute. It takes the current number from tmp file. *)
 let what_next ~cmd_list =
   let tmp_file = Tmp_file.init () in
   num_cmd_to_cmd ~cmd_list:cmd_list tmp_file.Tmp_biniou_t.number