mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Change double quotes to italics
This commit is contained in:
parent
1879ce7a6b
commit
9ef3fece67
@ -1,6 +1,6 @@
|
|||||||
# Structs
|
# Structs
|
||||||
|
|
||||||
A `struct`, short for "structure", is a custom data type that lets us name and
|
A `struct`, short for *structure*, is a custom data type that lets us name and
|
||||||
package together multiple related values that make up a meaningful group. If
|
package together multiple related values that make up a meaningful group. If
|
||||||
you come from an object-oriented language, a `struct` is like an object's data
|
you come from an object-oriented language, a `struct` is like an object's data
|
||||||
attributes. In the next section of this chapter, we'll talk about how to define
|
attributes. In the next section of this chapter, we'll talk about how to define
|
||||||
|
Loading…
Reference in New Issue
Block a user