Skip to content

Commit

Permalink
Fix typo in pretty-printing
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Apr 10, 2014
1 parent ffe8987 commit a304238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include T
include Identifiable.Make (T)

let pretty t =
sprintf "[name: %s | email: %s | data: %s]"
sprintf "[name: %s | email: %s | date: %s]"
t.name t.email t.date

(* XXX needs to escape name/email/date *)
Expand Down

0 comments on commit a304238

Please sign in to comment.