r4cppp icon indicating copy to clipboard operation
r4cppp copied to clipboard

Suspicious typo in Data Types

Open liurnd opened this issue 10 years ago • 1 comments

In the chapter: Data Types

Sometimes whilst an object is logically mutable, it has parts which need to be internally mutable.

It should be ... is logically immutable ... according to the example.

liurnd avatar May 17 '15 10:05 liurnd

I need to look at the offending paragraph more closely, but I suspect it should be rewritten. I think the point I was trying to make is that Rust thinks an object is immutable, but it has internal mutability. In retrospect I'm not sure if that is logically mutable or immutable.

Thanks for the bug report!

nrc avatar May 17 '15 10:05 nrc