Skip to content

Commit

Permalink
update docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jan 18, 2024
1 parent beceb1a commit fd6c70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts/Registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ return the last message from the given `user`.

*Signature*: messages(address)

function messages(address user) view returns (tuple(string content, uint256 timestamp, uint24 dayTimeInSeconds) userMsg)
function messages(address user) view returns ((string content, uint256 timestamp, uint24 dayTimeInSeconds) userMsg)

| Name | Description
| ---- | -----------
Expand Down

0 comments on commit fd6c70b

Please sign in to comment.