Skip to content

Commit

Permalink
Use NonEmptyArray
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Oct 11, 2023
1 parent de9edd6 commit efd9b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ workspace:
# Value 2: "all" - All warnings are hidden
all

# Value 3: `Array (Either String { by_prefix :: String })`
# Value 3: `NonEmptyArray (Either String { by_prefix :: String })`
# - String values:
# censor warnings if the code matches this code
# - { by_prefix } values:
Expand Down Expand Up @@ -1255,7 +1255,7 @@ package:
# Value 2: "all" - All warnings are hidden
all

# Value 3: `Array (Either String { by_prefix :: String })`
# Value 3: `NonEmptyArray (Either String { by_prefix :: String })`
# - String values:
# censor warnings if the code matches this code
# - { by_prefix } values:
Expand Down

0 comments on commit efd9b85

Please sign in to comment.