Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit fa4556e

Browse files
committed
change some texts...
1 parent d8e3f35 commit fa4556e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/resultsutils.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ macro match*(results: untyped, node: untyped): untyped =
3838
##
3939
## assert msg == "hi, Nim"
4040
##
41-
## more code examples can be found `here<https://github.com/nonnil/resultutils/blob/main/tests/test_match.nim>`_
41+
## more code examples can be found `here<https://github.com/nonnil/resultsutils/blob/main/tests/test_match.nim>`_
4242

4343
expectKind results, { nnkCall, nnkIdent, nnkCommand, nnkDotExpr, nnkStmtListExpr, nnkSym, nnkOpenSymChoice, nnkClosedSymChoice }
4444
expectKind node, nnkStmtList

Diff for: tests/test_match.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import std / [ unittest, asyncdispatch, macros ]
22
import results
3-
import ../ src / resultutils
3+
import ../ src / resultsutils
44

55
suite "match macro":
66

0 commit comments

Comments
 (0)