diff --git a/src/Core.fs b/src/Core.fs
index 377154d..7c21363 100644
--- a/src/Core.fs
+++ b/src/Core.fs
@@ -242,6 +242,8 @@ module Core =
/// Additive rather than a change to bindJson: apps opt in where they want it.
///
/// A function which accepts an object of type 'T and returns a function.
+ ///
+ ///
///
/// A Giraffe function which can be composed into a bigger web application.
let inline validateJson<'T> (f: 'T -> HttpHandler) : HttpHandler =
@@ -319,7 +321,6 @@ module Core =
/// It also sets the HTTP Content-Type header to application/json and sets the Content-Length header accordingly.
///
/// The object to be send back to the client.
- ///
///
/// A Giraffe function which can be composed into a bigger web application.
///