authorgravatar for shawn@git.icuShawn Landden <shawn@git.icu> 2018-09-01 22:23:34-07:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2018-09-01 22:23:34-07:00
log4bf54f30103ec89173111b397b064a46268873a5
treed93c2f4c92baef7665aaafaf3f01f111bde6a466
parent1a5c3e4501589d50920489caed01ac344bc6f72a
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

std/rb.zig: fix comment


1 files changed, 1 insertions(+), 1 deletions(-)

std/rb.zig+1-1
...@@ -19,7 +19,7 @@ const ReplaceError = error{NotEqual};...@@ -19,7 +19,7 @@ const ReplaceError = error{NotEqual};
19/// node: rb.Node,19/// node: rb.Node,
20/// value: i32,20/// value: i32,
21/// };21/// };
22/// fn number(node: *Node) Number {22/// fn number(node: *rb.Node) Number {
23/// return @fieldParentPtr(Number, "node", node);23/// return @fieldParentPtr(Number, "node", node);
24/// }24/// }
25pub const Node = struct {25pub const Node = struct {