Browse Source

Ur/Web: Fix text of fortune added during test

Adam Chlipala 11 years ago
parent
commit
72f152be4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      urweb/bench.ur

+ 1 - 1
urweb/bench.ur

@@ -103,7 +103,7 @@ val fortune_conversion : json fortune_t =
 
 
 (** Here's the additional fortune mandated by the spec. *)
 (** Here's the additional fortune mandated by the spec. *)
 val new_fortune : fortune_t =
 val new_fortune : fortune_t =
-    {Id = 0, Message = "Additional fortune added at request time"}
+    {Id = 0, Message = "Additional fortune added at request time."}
 
 
 (** Actual page handler *)
 (** Actual page handler *)
 fun fortunes () =
 fun fortunes () =