From 21c1d5251c05515ecb31f8c5232e823c3fab5986 Mon Sep 17 00:00:00 2001 From: Guilherme Moura Date: Wed, 27 Nov 2019 09:03:33 -0300 Subject: [PATCH] duplicate phrase removal --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f2506ce..2b0f8d9 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,6 @@ const transaction = charge(user, subscription); ### Não adicione contextos desnecessários -If your class/object name tells you something, don't repeat that in your variable name. - Se o nome da sua classe/objeto expressa algo, não repita isso no nome da variável. **Ruim:**