Commit Graph

43 Commits

Author SHA1 Message Date
qinggniq
b4d8fafd11
Update ch05-00-structs.md
remove duplicate paragraph.
2022-02-24 13:43:20 +08:00
Aaran Xu
3ff05f558b Update ch05 2022-01-30 14:09:43 +08:00
Aaran Xu
3308a21cfe Update Chapter Numbers 2022-01-14 23:46:03 +08:00
Aaran Xu
7dcf4637be Add Chinese Translation from the KaiserY version 2021-05-09 20:23:37 +08:00
Aaran Xu
d2cc0cceff Add new files from the English repo 2021-05-09 14:49:31 +08:00
Krasimir Berov
255b44b409 missing "is" 2017-01-14 13:13:05 +01:00
Carol (Nichols || Goulding)
c9fd8eb1da More argument/parameter clarifications 2017-01-06 19:45:31 -05:00
Luc Street
77370c0736 Change 'argument' to 'parameter' in a few places
Source: http://stackoverflow.com/a/156787
- Make a couple consequent edits for clarity/phrasing
2017-01-02 12:48:21 -08:00
Carol (Nichols || Goulding)
f9216565b3 Transfer some changes from the doc that didn't make it over 2016-11-28 10:21:40 -05:00
Carol (Nichols || Goulding)
15397f4f00 Add more filenames; use valid caption markup 2016-11-28 10:17:40 -05:00
Carol (Nichols || Goulding)
8dc8c796c3 Add a recommendation to stick to owned types
Fixes #305.
2016-11-28 09:28:30 -05:00
Carol (Nichols || Goulding)
985b93c2e9 Add some listing numbers to code blocks 2016-11-28 09:28:30 -05:00
Carol (Nichols || Goulding)
347d1e448a Fixing the code formatting in the box header 2016-11-28 09:28:30 -05:00
Carol (Nichols || Goulding)
de4ecc002e Make changes from the doc in src 2016-11-28 09:28:30 -05:00
Carol (Nichols || Goulding)
74d6fc999b Add valid markup for code snippets/filenames/captions
So that we can style these nicer.

Also make all filenames in prose be italics, not code formatting.

Also fix some messed-up listing numbers.
2016-11-28 09:25:03 -05:00
Carol (Nichols || Goulding)
3c38b59ab6 Replace all uses of bash syntax highlighting
Since none of these are actually bash scripts :)

Changed all the instances in the src files to text, which, since my PR
to mdbook got accepted, will still do code background colors but no
syntax highlighting.

Fixes #295 and #327.
2016-11-14 12:18:48 -05:00
mike stedman
4ea0417d03 Some fixes 2016-10-21 19:53:29 -06:00
Elahn Ientile
af79e32fc5 Replace 'variable bindings' with 'variables' 2016-10-04 22:21:35 +10:00
Boris Egorov
1885cdb07b Minor spelling fixes 2016-09-30 16:46:21 +07:00
Carol (Nichols || Goulding)
d91a364fdb The rectangle is Rectangle looked strange 2016-09-23 17:22:00 -04:00
Carol (Nichols || Goulding)
228f172e00 Long inline code wraps strangely; go back to code blocks 2016-09-23 15:34:12 -04:00
Carol (Nichols || Goulding)
c274db25c4 Add some notes to Liz 2016-09-23 15:34:00 -04:00
Carol (Nichols || Goulding)
0203adfaea Small wording changes that sounded funny on the next readthrough 2016-09-23 15:33:36 -04:00
Carol (Nichols || Goulding)
bdcddf29a7 Add units to the output 2016-09-23 15:32:02 -04:00
Carol (Nichols || Goulding)
cf9e0a8ae7 Hide newline in code example 2016-09-23 15:31:07 -04:00
Carol (Nichols || Goulding)
9ef3fece67 Change double quotes to italics 2016-09-23 15:30:51 -04:00
Carol (Nichols || Goulding)
1879ce7a6b Fix code example errors 2016-09-23 14:44:53 -04:00
Carol (Nichols || Goulding)
6e15a5c02c Rework struct example to be simpler 2016-09-23 13:51:06 -04:00
Carol (Nichols || Goulding)
df0fd1bcca Remove oft-duplicated cargo new instructions
Fixes #205.
2016-08-25 11:48:54 -04:00
Carol (Nichols || Goulding)
2e76ef730b Add Filename annotations where appropriate
Fixes #190.
2016-08-19 13:20:24 -04:00
Carol (Nichols || Goulding)
b6165b32b9 Change single quotes in prose to italics or double quotes 2016-08-19 11:37:00 -04:00
Yoshito Komatsu
0cea8de0ca Fix a typo 2016-08-19 05:38:34 +00:00
Carol (Nichols || Goulding)
54dc57cef3 Remove pseudo-EBNF, just refer to example in prose 2016-08-02 17:22:22 -04:00
Carol (Nichols || Goulding)
b5d45f13c6 Switch struct to singular to avoid weird structs formatting 2016-08-02 17:11:24 -04:00
Carol (Nichols || Goulding)
2863436054 Move Debug explanation from arrays to structs 2016-07-30 14:49:15 -04:00
Carol (Nichols || Goulding)
ca7a5f39d6 Change discussion of derive/annotations/traits to match reorg 2016-07-21 21:53:08 -04:00
Carol (Nichols || Goulding)
afbbb0de4a Cut discussion of unit structs
es-o-ter-ic 👏👏, 👏👏👏
2016-07-21 21:52:15 -04:00
Carol (Nichols || Goulding)
cf3e963e3f Minor wording/punctuation/spelling changes 2016-07-21 21:51:45 -04:00
Carol (Nichols || Goulding)
c56d76de65 We did see namespaces a bit, in ownership with String::from 2016-07-21 21:50:45 -04:00
Carol (Nichols || Goulding)
507a668cb0 I'm not sure what Pythagoras did to Steve, buuuut
This actually could use a bit of stating in words, imo. And I don't feel
like we need to repeat the function so close to the original code
containing it.
2016-07-21 21:50:12 -04:00
Carol (Nichols || Goulding)
f7103f86b3 Give structs a bit more motivation
they deserve it
2016-07-21 21:01:42 -04:00
Carol (Nichols || Goulding)
ec3939fb73 Removing a statement I don't think is true
tuples?
2016-07-21 20:42:26 -04:00
Carol (Nichols || Goulding)
4328912686 Rename files to better match mdbook generated sidebar numbering
I have had off-by-one errors when I'm talking to people and looking at
the file names, but they're looking at the sidebar in the generated
output, since the first section in a chapter doesn't get a number in the
sidebar, and the second section in a chapter gets named x.1, etc.

Just wait til I try to name cache invalidation.
2016-07-18 19:42:44 -04:00