From ecd03a8def57cef8932b5786b91d145df3e0f2ea Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Fri, 20 Jul 2012 11:04:41 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3478a4e..d05533c 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Will return: The ``tokenize/1`` function will separate a command line string into tokens, taking into account whether an argument is single or double -quoted, a character is escaped or there are environment variables to +quoted, a character is escaped or if there are environment variables to be expanded. e.g.: ``` erlang