Fixed a typo within the Getting Started docu

This commit is contained in:
Gernot Pokorny 2024-02-15 07:10:09 +01:00
parent ad5f1c5fc7
commit ceac8aed81
No known key found for this signature in database
GPG Key ID: 38C730997BF499DA

View File

@ -271,7 +271,7 @@ _code: @lang<script>
_subsection: Contracts @<starting-contracts>
A **Contract** is a meta-class, which means that its definition
its derived at run-time, based on the ABI it is passed, which then
is derived at run-time, based on the ABI it is passed, which then
determined what methods and properties are available on it.
_heading: Application Binary Interface (ABI)