Skip to content

Commit

Permalink
Remove redundant period.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlu-Y committed Sep 3, 2024
1 parent 267b547 commit 57e1713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/drasil-example/ssp/lib/Drasil/SSP/Body.hs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ startIntro = foldlSent [atStartNP (a_ slope), S "of geological",
S "assessment" `S.ofThe` S "safety of a" +:+ phrase slope `sC`
S "identifying the", phrase surface,
S "most likely to experience", phrase slip `S.and_`
S "an index of its relative stability known as the" +:+. phrase fs]
S "an index of its relative stability known as the" +:+ phrase fs]

kSent = keySent ssa ssp

Expand Down

0 comments on commit 57e1713

Please sign in to comment.