Skip to content

Commit fb2617c

Browse files
authored
docs: update README.md (#117)
1 parent b95a328 commit fb2617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ struct RegistrationView: View {
317317
| `IBANValidationRule` | Validates that a string is a valid IBAN (International Bank Account Number) | `IBANValidationRule(error: "Invalid IBAN")`
318318
| `IPAddressValidationRule` | Validates that a string is a valid IPv4 or IPv6 address | `IPAddressValidationRule(version: .v4, error: ValidationError("Invalid IPv4"))`
319319
| `PostalCodeValidationRule` | Validates postal/ZIP codes for different countries | `PostalCodeValidationRule(country: .uk, error: "Invalid post code")`
320-
| `Base64ValidationRule` | | `Base64ValidationRule(error: "The input is not valid Base64.")`
320+
| `Base64ValidationRule` | Validates that a string represents valid Base64-encoded data. | `Base64ValidationRule(error: "The input is not valid Base64.")`
321321
| `UUIDValidationRule` | Validates UUID format | `UUIDValidationRule(error: "Please enter a valid UUID")` |
322322
| `JSONValidationRule` | Validates that a string represents valid JSON | `JSONValidationRule(error: "Invalid JSON")`
323323

0 commit comments

Comments
 (0)