From 5c435cdcfc00a72e24ed547b0eef6c554f30ca8e Mon Sep 17 00:00:00 2001 From: Holger Schletz Date: Sun, 23 Sep 2018 18:07:37 +0200 Subject: [PATCH] Corrected typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1eb1c..e5f510a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ abstract classes: - Nada\Database\AbstractDatabase - Nada\Table\AbstractTable -- Nada\Column\AbsractColumn +- Nada\Column\AbstractColumn These subclasses may contain extra methods not available in the base class. The methods to retrieve these objects always return objects of the proper subclass.