We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05e29c commit 4a6a349Copy full SHA for 4a6a349
CVLByExample/Summarization/WildcardVsExact/README.md
@@ -1,6 +1,6 @@
1
# What happens when a function has both exact and wildcard summarizations?
2
3
-When a function matches a wildcard summarization but also has an exact summarization, the exact summarization will be used to summarize
+When a function matches a wildcard summarization but also has an exact summarization, the exact summarization is used to summarize
4
this function. We will demonstrate such case using a simple example.
5
6
We have 2 very simple contracts: `A` (in `A.sol`) and `B` (in `B.sol`).
0 commit comments