From c792ed5dfc6eb14dcd5f093fcb194391bf45e6d9 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 15 Apr 2013 19:13:04 -0700 Subject: [PATCH] --- awesome-php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 22a87af..059368d 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -227,7 +227,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine). * [Stash](https://github.com/tedivm/Stash) - Another library for caching. -## Data +## Data Structure * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.