From 7f2309c4146174f32c5b6e95e119f79c5dd61ac2 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Wed, 27 Sep 2017 09:54:48 -0700 Subject: [PATCH] Update README: flip renamed to reverse In 037e8de8c58e77bca68bd99e0c38f8142d217231, flip was renamed to reverse. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fd50b..53de8e2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A set of string utilities for Dart. `compareIgnoreCase` compares two strings, ignoring case. -`flip` flips the order of characters in a string. +`reverse` reverses the order of characters in a string. `nullToEmpty` turns `null` to empty string, and returns non-empty strings unchanged.