Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Scott <[email protected]>
  • Loading branch information
robdockins and RyanGlScott committed Aug 29, 2022
1 parent ad25333 commit b48dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAWScript/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3185,7 +3185,7 @@ primitives = Map.fromList
(pureVal llvm_verify_x86_with_invariant)
Experimental
[ "An experimental variant of 'llvm_verify_x86'. This variant can prove some properties"
, "involving simple loops with the help of a user-provided loop invariant describes"
, "involving simple loops with the help of a user-provided loop invariant that describes"
, "how the live variables in the loop evolve as the loop computes."
]

Expand Down

0 comments on commit b48dbc1

Please sign in to comment.