From e33eaabe6fb9cfbccf85fae97c3339607b87a873 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+metagn@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:00:38 +0300 Subject: [PATCH] fix docs url --- src/assigns.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assigns.nim b/src/assigns.nim index f9584b5..e8a8459 100644 --- a/src/assigns.nim +++ b/src/assigns.nim @@ -91,7 +91,7 @@ ## ================== ## ## A large and important feature in this package is that you can overload -## definitions for custom types by importing `assigns/impl `_. +## definitions for custom types by importing `assigns/impl `_. ## The `assign` macro in this module is overloadable, and the `openAssign` template creates a ## NimNode that calls a forced open symbol of `assign` with the AST of the left hand side, ## AST of the right hand side, and the flag of whether or not it is a `let`, `var`, or mutating