docs: fix typo (#585)

This commit is contained in:
Barnabas Jovanovics 2023-05-24 14:41:57 +02:00 committed by GitHub
parent faab306286
commit 1ddba9499c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ end
code_interface do
define_for YourApi
define_calculation :full_name, args: [:first_name, :last_name, {:optional, :separator}]
# or if you want to take a record sa an argument
# or if you want to take a record as an argument
define_calculation :full_name, args: [:_record]
end
```