Skip to content

Commit

Permalink
Merge pull request #12 from airamrguez/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jimexist authored Oct 1, 2017
2 parents 8d0e8c4 + b839ab4 commit 2554f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MomentRe.re
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module Moment = {
external format : string => string = "" [@@bs.send.pipe : t];
external defaultFormat : string = "format" [@@bs.send.pipe : t];
external fromNow : t => withoutSuffix::option bool => string = "" [@@bs.send];
external fromMomemnt : t => other::t => format::option string => string = "from" [@@bs.send];
external fromMoment : t => other::t => format::option string => string = "from" [@@bs.send];
external toNow : t => withoutSuffix::option bool => string = "" [@@bs.send];
external toMoment : t => other::t => format::string => string = "to" [@@bs.send];
external valueOf : t => float = "" [@@bs.send];
Expand Down

0 comments on commit 2554f21

Please sign in to comment.