Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Sep 24, 2021
1 parent 5bbc0cb commit a31a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hscim/src/Web/Scim/Schema/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jsonLower (Object o) = Object . HM.fromList . fmap lowerPair . HM.toList $ o
where
lowerPair (key, val) = (CI.foldCase key, jsonLower val)
jsonLower (Array x) = Array (jsonLower <$> x)
jsonLower same@(String _) = same -- (only objetc attributes, not all texts in the value side of objects!)
jsonLower same@(String _) = same -- (only object attributes, not all texts in the value side of objects!)
jsonLower same@(Number _) = same
jsonLower same@(Bool _) = same
jsonLower same@Null = same

0 comments on commit a31a22d

Please sign in to comment.