Skip to content

Commit 4a6a349

Browse files
Update CVLByExample/Summarization/WildcardVsExact/README.md
Co-authored-by: Nurit Dor <[email protected]>
1 parent a05e29c commit 4a6a349

File tree

1 file changed

+1
-1
lines changed
  • CVLByExample/Summarization/WildcardVsExact

1 file changed

+1
-1
lines changed

CVLByExample/Summarization/WildcardVsExact/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What happens when a function has both exact and wildcard summarizations?
22

3-
When a function matches a wildcard summarization but also has an exact summarization, the exact summarization will be used to summarize
3+
When a function matches a wildcard summarization but also has an exact summarization, the exact summarization is used to summarize
44
this function. We will demonstrate such case using a simple example.
55

66
We have 2 very simple contracts: `A` (in `A.sol`) and `B` (in `B.sol`).

0 commit comments

Comments
 (0)