Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Jul 12, 2024
1 parent b8196c7 commit e9516cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions waspc/src/Wasp/Psl/Parser/Model/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ import Wasp.Psl.Parser.Common
symbol,
)

-- | Parses body of the PSL (Prisma Schema Language) model,
-- which is everything besides model keyword, name and braces:
-- `model User { <body> }`.
-- | Parses body of the PSL (Prisma Schema Language) model-like
-- block: (model, view, type) which is everything besides block keyword,
-- name and braces:
-- `<keyword> User { <body> }`.
body :: Parser Psl.Model.Common.Body
body = Psl.Model.Common.Body <$> many1 element

Expand Down

0 comments on commit e9516cb

Please sign in to comment.