1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-14 01:32:27 +08:00

doc: fix ExampleXError_StackTrace bug

This commit is contained in:
dudaodong
2023-02-15 12:04:14 +08:00
parent be9fa7acaa
commit d7518e01af

View File

@@ -61,7 +61,7 @@ func ExampleXError_StackTrace() {
// Output: // Output:
// github.com/duke-git/lancet/v2/xerror.ExampleXError_StackTrace // github.com/duke-git/lancet/v2/xerror.ExampleXError_StackTrace
// 49 // 52
// true // true
} }