Fix typo in documentation

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/a75e2bc4
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/a75e2bc4
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/a75e2bc4

Branch: refs/heads/master
Commit: a75e2bc4e934706137eb44b496e1ac9cc1fcbe36
Parents: 5b017ee
Author: Nick Wellnhofer <[email protected]>
Authored: Sun Apr 26 13:59:02 2015 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Sun Apr 26 19:39:58 2015 +0200

----------------------------------------------------------------------
 runtime/core/Clownfish/VArray.cfh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/a75e2bc4/runtime/core/Clownfish/VArray.cfh
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/VArray.cfh 
b/runtime/core/Clownfish/VArray.cfh
index 41ced30..893132c 100644
--- a/runtime/core/Clownfish/VArray.cfh
+++ b/runtime/core/Clownfish/VArray.cfh
@@ -77,7 +77,7 @@ class Clownfish::VArray nickname VA inherits Clownfish::Obj {
     void
     Grow(VArray *self, size_t capacity);
 
-    /** Fetch the element at <code>tick</tick>.
+    /** Fetch the element at `tick`.
      */
     nullable Obj*
     Fetch(VArray *self, size_t tick);

Reply via email to