From 43a4a6e414a5104bde9edf1234ab34fe88904b8c Mon Sep 17 00:00:00 2001 From: Alessandro Coglio Date: Fri, 17 Sep 2021 10:07:51 -0700 Subject: [PATCH] [RFC] Fix typo. --- docs/rfc/012-record-transaction-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/012-record-transaction-model.md b/docs/rfc/012-record-transaction-model.md index 4b774bf97e..06edb32be4 100644 --- a/docs/rfc/012-record-transaction-model.md +++ b/docs/rfc/012-record-transaction-model.md @@ -115,7 +115,7 @@ the values in `Inputs` are accessed via the `main` parameters, while the old records are accessed via the special `input` variable, which provides access to the two old records and their slots, including the payloads that contain application-specific data. -The picture for new records and values in `Output` is less clear form the documentation: +The picture for new records and values in `Output` is less clear from the documentation: experimentation suggests that the new records are obtained by serializing the output value in `Output` (which, recall, may be a tuple).