Skip to content

Commit

Permalink
fix docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Sep 16, 2022
1 parent 8217b83 commit e33eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assigns.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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 <assigns/impl.html>`_.
## definitions for custom types by importing `assigns/impl <impl.html>`_.
## 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
Expand Down

0 comments on commit e33eaab

Please sign in to comment.