Skip to content

Fix CVL documentation typos and invalid function return syntax#477

Open
CryptAm wants to merge 1 commit into
Certora:masterfrom
CryptAm:patch-2
Open

Fix CVL documentation typos and invalid function return syntax#477
CryptAm wants to merge 1 commit into
Certora:masterfrom
CryptAm:patch-2

Conversation

@CryptAm

@CryptAm CryptAm commented Jul 1, 2026

Copy link
Copy Markdown
  1. Fixed typo in primitive type list: addresss > address
  2. Fixed invalid CVL function return type syntax in wrap_ecrecoverCVL example: returns address > returns (address)
    Details

The CVL function return type must use parentheses, consistent with Solidity-style syntax and other CVL documentation examples:

returns (address)

The previous version without parentheses was invalid and could lead to incorrect usage when copying the example.

1. Fixed typo in primitive type list:
addresss > address
2. Fixed invalid CVL function return type syntax in wrap_ecrecoverCVL example:
returns address > returns (address)
Details

The CVL function return type must use parentheses, consistent with Solidity-style syntax and other CVL documentation examples:

`returns (address)`

The previous version without parentheses was invalid and could lead to incorrect usage when copying the example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant