Skip to content

Commit

Permalink
Prepare for review
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 16, 2024
1 parent 00e7d25 commit 5cb2754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Install.TypeVariant",
"Install.Function",
"Install.Import",
"Install.Type",
"Install.Type"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/Install/Type.elm
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module Install.Type exposing (makeRule)
{-| `Install.Type` provides a rule that checks if a type is present
in the given module and if not, it adds it right after the imports.
For example, the rule
For example, the rule
Install.Type.makeRule "Frontend" "Magic" [ "Inactive", "Wizard String", "Spell String Int"]
results in insertion the text below in the module "Frontend":
results in insertion the text below in the module "Frontend":
type Magic
= Inactive
Expand Down

0 comments on commit 5cb2754

Please sign in to comment.