kaist-cp/cs431

[Question](A small word error in doc)

Closed this issue · 2 comments

(YOUR QUESTION HERE)
in homework/doc/linked_list.md,line 28.
the link should be https://doc.rust-lang.org/std/primitive.pointer.html instead of https://doc.rust-lang.org/std/primmitive.pointer.html.
(primitive instead of primmitive)

The current link is correct, I'm not sure where you are getting the incorrect line from.

1. Read [raw pointer type documentation](https://doc.rust-lang.org/std/primitive.pointer.html) and some of its methods (`is_null`, `as_ref`, `read`, `write`, `replace`, `swap`)

my bad,sry