Skip to content

Commit

Permalink
Improve a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Mar 16, 2017
1 parent 73e5958 commit 3fb2307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react.ml
Expand Up @@ -989,7 +989,7 @@ module S = struct
match m.sv with
| Some _ -> Node.stop ?strong m.snode
| None ->
(* The signal was dynamically created didn't update yet. Add the
(* The signal was dynamically created and didn't update yet. Add the
stop as an end of step operation. *)
match Step.find_unfinished (m.snode.producers ()) with
| c when c == Step.nil -> assert false
Expand Down

0 comments on commit 3fb2307

Please sign in to comment.