Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Fixes #37
  • Loading branch information
kfl committed Mar 9, 2024
1 parent 3f25694 commit 156e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ val render : t:string -> w:int -> h:int -> draw:Picture -> unit
/// <param name="t">The title of the application window.</param>
/// <param name="w">The width of the application window in pixels.</param>
/// <param name="h">The height of the application window in pixels.</param>
/// <param name="interval">An optional interval for the timer in microseconds.</param>
/// <param name="interval">An optional interval for the timer in milliseconds.</param>
/// <param name="draw">A function that takes the current state and returns a Picture object representing the current visual state of the application.</param>
/// <param name="react">A function that takes the current state and an Event object and returns an optional new state, allowing the application to react to events.</param>
/// <param name="s">The initial state of the application.</param>
Expand Down

0 comments on commit 156e4b6

Please sign in to comment.