diff --git a/Guide/helpful-tips.markdown b/Guide/helpful-tips.markdown index 526c710c5..a5fbde11c 100644 --- a/Guide/helpful-tips.markdown +++ b/Guide/helpful-tips.markdown @@ -79,7 +79,7 @@ action UsersAction = do ### The bang operator `!` -Inside your `Types.hs` you see lots of `!`s, like this: +Inside your `Web/Types.hs` you see lots of `!`s, like this: ```haskell ShowPostAction { postId :: !(Id Post) }