diff --git a/src/LdapScimBridge.hs b/src/LdapScimBridge.hs index fc7ceab..422777e 100644 --- a/src/LdapScimBridge.hs +++ b/src/LdapScimBridge.hs @@ -192,7 +192,7 @@ renderMappingError (CouldNotParseEmail ldapAttr scimAttr bad err) = <> (" (input: " <> show bad <> "; error: " <> err <> ")") data FieldMapping = FieldMapping - { -- | This is the scim label (the ldap label is in the key of the `Mapping`) + { -- | This is the SCIM label (the LDAP label is in the key of the `Mapping`) fieldMappingLabel :: Text, fieldMappingFun :: [Text] ->