aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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