Skip to content

Commit

Permalink
WIP5
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 30, 2023
1 parent 2a6b02e commit 71e3b31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FileConventions/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ let SplitIntoWords(text: string) =
let lines = paragraph.Text.Split Environment.NewLine

lines
|> Seq.map(fun line ->
|> Seq.collect(fun line ->
if IsFooterNote line then
Seq.singleton(
{
Expand All @@ -192,7 +192,6 @@ let SplitIntoWords(text: string) =
}
)
)
|> Seq.concat
)
|> Seq.concat

Expand Down

0 comments on commit 71e3b31

Please sign in to comment.