felangel / equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
https://pub.dev/packages/equatable
MIT License
901 stars 100 forks source link

docs: fix typo in README #137

Closed kumabotz closed 2 years ago

kumabotz commented 2 years ago

Remove the duplicate 'create' from the README.

Status

READY

Breaking Changes

NO

Description

Fix typo in README.

Related PRs

N/A

Todos

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

View the README.

Impact to Remaining Code Base

This PR will affect: