Skip to content

Commit

Permalink
#3288: modified the bound in the maintainability description
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalM04 committed May 23, 2024
1 parent ead67ef commit caafb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/drasil-docLang/lib/Drasil/Sections/Requirements.hs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ nfReqIntro _ = mkParagraph $ reqIntroStart +:+. nfrReqIntroBody
mkMaintainableNFR :: String -> Integer -> String -> ConceptInstance
mkMaintainableNFR refAddress percent lbl = cic refAddress (foldlSent [
S "If a likely change is made" `S.toThe`
S "finished software, it will take", addPercent percent `S.ofThe`
S "finished software, it will take at most", addPercent percent `S.ofThe`
S "original development time,",
S "assuming the same development resources are available"
]) lbl nonFuncReqDom
Expand Down

0 comments on commit caafb13

Please sign in to comment.