Skip to content

Commit

Permalink
Fugbix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthejeff committed Jan 7, 2015
1 parent 170ded8 commit 7b4d14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/igorw/get-in.png)](https://travis-ci.org/igorw/get-in)

Functions for for hash map (assoc array) traversal.
Functions for hash map (assoc array) traversal.

When dealing with nested associative structures, traversing them can become
quite a pain. Mostly because of the amount of `isset` checking that is
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "igorw/get-in",
"description": "Functions for for hash map (assoc array) traversal.",
"description": "Functions for hash map (assoc array) traversal.",
"keywords": ["hash-map", "assoc-array"],
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 7b4d14a

Please sign in to comment.