Skip to content

Commit

Permalink
Update xmm-test02.go
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyeluren authored Feb 25, 2022
1 parent c0480e0 commit 8ca2228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/xmm-test02.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type XListNode struct {
}

//单链表主结构
/ Single linked table main structure
// Single linked table main structure
type XList struct {
Head *XListNode
//Tail *XListNode
Expand Down

0 comments on commit 8ca2228

Please sign in to comment.