From e9599ef28717e8bc05e02e00f424c15afaa905dd Mon Sep 17 00:00:00 2001 From: KMCreatesWorlds <78648740+KMCreatesWorlds@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:07:43 +0200 Subject: [PATCH] Update source/docs/casper/resources/moving-to-casper.md Co-authored-by: Iulia Popescu --- source/docs/casper/resources/moving-to-casper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/casper/resources/moving-to-casper.md b/source/docs/casper/resources/moving-to-casper.md index 792bf15272..02264d5239 100644 --- a/source/docs/casper/resources/moving-to-casper.md +++ b/source/docs/casper/resources/moving-to-casper.md @@ -284,7 +284,7 @@ Strongly typed function arguments require explicitly defining the input and retu -Like Near, Aptos requires strongly typed function arguments, thus, preventing type-related errors and promoting code correctness. +Like Near, Aptos requires strongly typed function arguments, thus preventing type-related errors and promoting code correctness.