Skip to content

Commit

Permalink
Fixes grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
harmanpreet-sagar committed Jul 10, 2023
1 parent 9e38cc8 commit 1b3fe2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/drasil-build/lib/Build/Drasil/Make/AST.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import Build.Drasil.Make.MakeString (MakeString)
-- | A Makefile is made up of Makefile rules.
newtype Makefile = M [Rule]

-- | A Makefile Rule can have comments and commands, but needs a target, dependencies, a type, and commands.
-- | A Makefile Rule can have comments and commands but needs a target,
-- dependencies, and a type.
data Rule = R [MkComment] Target Dependencies Type [Command]

-- | A command is made up of 'MakeString's and command operators.
Expand Down

0 comments on commit 1b3fe2e

Please sign in to comment.