From fdc1746aa0fd5fd114be5653d262c8047d00878d Mon Sep 17 00:00:00 2001 From: thomvet <80452158+thomvet@users.noreply.github.com> Date: Thu, 9 Dec 2021 16:26:02 +0100 Subject: [PATCH] Fixed simple typo. --- src/setproperties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setproperties.md b/src/setproperties.md index e40ac4d..11faa4b 100644 --- a/src/setproperties.md +++ b/src/setproperties.md @@ -1,6 +1,6 @@ setproperties(obj, patch::NamedTuple) -Return a copy of `obj` with attributes updates accoring to `patch`. +Return a copy of `obj` with attributes updates according to `patch`. # Examples ```jldoctest