summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2022-12-08 20:56:04 +0200
committerAllen Winter <allen.winter@kdab.com>2022-12-10 06:06:11 -0500
commit708db8d2aa747b80db29815a57a377ffe34e7868 (patch)
tree966ae512d27327b5f57b2dc43c72483df2401e04 /doc
parent1da793fee7a553790fa6fed919dacc4210b98969 (diff)
downloadlibical-git-708db8d2aa747b80db29815a57a377ffe34e7868.tar.gz
Typos a/an
Diffstat (limited to 'doc')
-rw-r--r--doc/UsingLibical.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsingLibical.md b/doc/UsingLibical.md
index 721523f7..ff4237a7 100644
--- a/doc/UsingLibical.md
+++ b/doc/UsingLibical.md
@@ -128,7 +128,7 @@ In libical, components are represented with the `icalcomponent` class.
#### 3.1.3 Values
Values are represented in a similar way to properties; a base class
-and many "derived " classes. A value is essentially a abstract handle
+and many "derived " classes. A value is essentially an abstract handle
on a single fundamental type, a structure or a union.
#### 3.1.4 Parameters