Commit b4ef97e9 authored by Kethic's avatar Kethic

clarified comment

parent 53d2b4c6
......@@ -68,7 +68,7 @@ contract AttestationStation is Semver {
/**
* @notice Allows anyone to create attestations.
*
* @param _attestations An array of attestation data.
* @param _attestations An array of AttestationData structs.
*/
function attest(AttestationData[] calldata _attestations) external {
uint256 length = _attestations.length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment