提交 6e377fe5 编写于 作者: M midinastasurazz

Fix typo: yur -> your

上级 184267ca
...@@ -81,7 +81,7 @@ The main guarantee provided here is that the data will not be destroyed until al ...@@ -81,7 +81,7 @@ The main guarantee provided here is that the data will not be destroyed until al
are out of scope. are out of scope.
This should be used when we wish to dynamically allocate and share some data (read-only) between This should be used when we wish to dynamically allocate and share some data (read-only) between
various portions of yur program, where it is not certain which portion will finish using the pointer various portions of your program, where it is not certain which portion will finish using the pointer
last. It's a viable alternative to `&T` when `&T` is either impossible to statically check for last. It's a viable alternative to `&T` when `&T` is either impossible to statically check for
correctness, or creates extremely unergonomic code where the programmer does not wish to spend the correctness, or creates extremely unergonomic code where the programmer does not wish to spend the
development cost of working with. development cost of working with.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册