From 362045afa0098a33b22954b5e18e6e9c23ac61e0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 2 Apr 2018 09:49:12 -0700 Subject: [PATCH] Fix typo. --- MANUAL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 127ab83e0..08641599e 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1968,9 +1968,9 @@ ordinary HTML (without bird tracks). writes HTML with the Haskell code in bird tracks, so it can be copied and pasted as literate Haskell source. -Note that GHC expects the bird tracks in the first column, so indentend literate -code blocks (e.g. inside an itemized environment) will not be picked up by the -Haskell compiler. +Note that GHC expects the bird tracks in the first column, so indented +literate code blocks (e.g. inside an itemized environment) will not be +picked up by the Haskell compiler. Other extensions ----------------