Skip to content

Commit

Permalink
Fix typo (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil authored Oct 31, 2023
1 parent 6e58736 commit 60a0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dream.mli
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ val from_path : string -> string list
- [Dream.from_path "a%2Fb"] becomes [["a/b"]].
- [Dream.from_path "a//b"] becomes [["a"; "b"]].
This function is not for use on full targets, because they may incldue query
This function is not for use on full targets, because they may include query
strings ([?]), and {!Dream.from_path} does not treat them specially. Split
query strings off with {!Dream.split_target} first. *)

Expand Down

0 comments on commit 60a0dc5

Please sign in to comment.