Skip to content

Commit

Permalink
fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Oct 11, 2023
1 parent d294b67 commit 988bfa3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 1.0.2

- Fix documentation typo.

## 1.0.1

- Added null check for `equals` (#4 - @ScottAtRedHawk)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ string_validator

String validation and sanitization for Dart.

The is a new fork of [validator.dart](https://github.com/karan/validator.dart), which was originally a port of [validator.js](https://github.com/chriso/validator.js).
This is a new fork of [validator.dart](https://github.com/karan/validator.dart), which was originally a port of [validator.js](https://github.com/chriso/validator.js).

## Validators

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: string_validator
version: 1.0.1
version: 1.0.2
description: Dart library for validating and sanitizing strings, especially
those from user input.
homepage: https://github.com/suragch/string_validator
Expand All @@ -8,5 +8,5 @@ environment:
sdk: '>=2.12.0 <4.0.0'

dev_dependencies:
lints: ^2.0.0
test: ^1.23.1
lints: ^2.1.1
test: ^1.24.7

0 comments on commit 988bfa3

Please sign in to comment.