From 26de9051176c7693722592cee476d91a7b2cc798 Mon Sep 17 00:00:00 2001 From: Yitz Gale Date: Tue, 19 Sep 2023 17:50:20 +0300 Subject: [PATCH] Use haddock @since notation --- yesod-test/Yesod/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index cd18c509..5f50871c 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -856,7 +856,7 @@ addGetParam name value = modifySIO $ \rbd -> rbd -- You can specify the entire query string literally by adding a single bare -- parameter and no other parameters. -- --- Since 1.6.16 +-- @since 1.6.16 -- -- ==== __Examples__ --