Skip to content

Commit

Permalink
Update Helix.mli
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Jul 15, 2024
1 parent 495883c commit e11f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helix/Helix.mli
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ end
{[
let view user_id todo_title =
let$ user_id = Signal.map int_of_string site_id in
let$ user_id = Signal.map int_of_string user_id in
and$ todo_title in
let open Html in
div [] [ h2 [] [ text "User id: "; text user_id ]; h3 [] [ text "Todo: "; todo_title ] ]
Expand Down

0 comments on commit e11f2fd

Please sign in to comment.