aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:14:27 +0000
committerGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:14:27 +0000
commitfa80389655340affca4922f37462f9c2db81753a (patch)
treec7ef2c066af8c6afa0935e59457089ae8c55bf13 /FMark
parent1d8955651bdcbe735aad56980629edd959b153e8 (diff)
downloadFMark-fa80389655340affca4922f37462f9c2db81753a.tar.gz
FMark-fa80389655340affca4922f37462f9c2db81753a.zip
typo in types
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/Common/Types.fs4
1 files changed, 2 insertions, 2 deletions
diff --git a/FMark/src/Common/Types.fs b/FMark/src/Common/Types.fs
index b26b372..a87aa19 100644
--- a/FMark/src/Common/Types.fs
+++ b/FMark/src/Common/Types.fs
@@ -29,8 +29,8 @@ and InlineElement =
| FrmtedString of TFrmtedString
| Link of HyperText: TFrmtedString * URL: string
| Picture of Alt: string * URL: string
- | InlineCitationof HyperText: TFrmtedString * ID: string
- | Foot of HyperText: TFrmtedString * ID: string
+ | InlineCitation of HyperText: TFrmtedString * ID: string
+ | InlineFootnote of HyperText: TFrmtedString * ID: string
type TLine = InlineElement list