Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd1e1fc

Browse files
author
Cuihtlauac ALVARADO
committedJan 20, 2025·
Change updated type
1 parent 5d756c2 commit bd1e1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ocamlorg_frontend/pages/tutorial.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let left_sidebar ~tutorials ~current_tutorial ~section =
1818
<%s! Learn_layout.render_sidebar ~tutorials ~current_tutorial ~section %>
1919
</div>
2020

21-
let of_tutorial_section (s: Data.Tutorial.Section.t) =
21+
let of_tutorial_section (s: Data.Tutorial.section) =
2222
match s with
2323
| GetStarted -> Learn_layout.GetStarted
2424
| Language -> Learn_layout.Language

0 commit comments

Comments
 (0)
Please sign in to comment.