Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

grammar fix: "three of reasons" -> "three reasons" #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ have no experience in formal verification. Often testing methodologies are prese
alternative.

While formal verification is excessive in some situations where bugs are acceptable, I hardly think
that testing could replace formal verification completely. Here's three of reasons why:
that testing could replace formal verification completely. Here's three reasons why:

* **Proofs work in concurrent scenarios**. You can't reliably unit test against race conditions, starvation
or deadlock. All of these things can be eliminated via formal methods.
Expand Down