From cb5c9f0bfe675b4083ad83e5d47656255a7f993a Mon Sep 17 00:00:00 2001
From: hellerve
Date: Wed, 29 Jan 2020 21:13:13 +0100
Subject: [PATCH] docs: fix typos
---
cli.carp | 4 ++--
docs/CLI.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cli.carp b/cli.carp
index 9b7e15b..6ddda45 100644
--- a/cli.carp
+++ b/cli.carp
@@ -103,7 +103,7 @@ optional arguments.")
)
(doc Option "is the option type. To construct an `Option`, please use
-[`int`](#int), [`float`](#float), or [`str](#str).")
+[`int`](#int), [`float`](#float), or [`str`](#str).")
(deftype Option [
type- Tag
long String
@@ -115,7 +115,7 @@ optional arguments.")
])
(doc Parser "is the parser type. To construct a `Parser`, please use
-[`new](#new).")
+[`new`](#new).")
(deftype Parser [
description String
options (Array Option)
diff --git a/docs/CLI.html b/docs/CLI.html
index 8313e26..9f83749 100644
--- a/docs/CLI.html
+++ b/docs/CLI.html
@@ -82,7 +82,7 @@ optional arguments.
is the option type. To construct an Option
, please use
-int
, float
, or `str.
+int
, float
, or str
.
@@ -103,7 +103,7 @@ optional arguments.
is the parser type. To construct a Parser
, please use
-`new.
+new
.