Daivid Frank
048bedc752
ch12-colsures: Correct partition example to deref n
...
Signed-off-by: Daivid Frank <daividfrank@microsoft.com >
2026-04-24 15:35:53 +02:00
Uladzislau Borbut
6c1bbdf8c2
fix(ffi): fixed create simple logger implementation, removed duplicated word in comment
2026-04-21 16:59:21 +02:00
Atul Khare
ce0354c4f6
Fix reported issues: hint mismatch, broken diagrams, chapter ordering
...
- async ch15: Fix exercise 4 hint to say Semaphore instead of mpsc
- python ch12: Fix broken Mermaid iterator chain diagram (quote edge labels)
- python ch14: Remove unnecessary escaped parens in Mermaid node label
- c-cpp ch16: Rename sub-chapter file so it sorts after parent in file listings
- c-cpp SUMMARY: Update sub-chapter title to reflect case studies 3-5
2026-04-11 09:19:00 -07:00
atulkhare4096
75d79e9696
Merge pull request #81 from narslan/typo-c-cpp-book-ch11
...
Fix and clarify From/Into tutorial example
2026-04-11 08:50:51 -07:00
pierre-louis boeshertz
1eca49aec5
Fix typos in c-cpp-book markdown files
2026-04-10 15:03:15 +02:00
Nevroz Arslan
8b82ec984b
Improve wording in From/Into c-cpp-book
...
Clarify From/Into relationship in tutorial
Improve the wording around the `From` and `Into` relationship
in `ch11-from-and-into-traits.md`.
Also correct the commented alternate conversion example from
`(40.42)::into()` to `let p: Point = (40,42).into();`.
2026-04-07 14:06:23 +03:00
rongyi
ab6a913a5d
Update ch12-closures.md
...
there's no filter_and_map
2026-04-02 17:51:13 +08:00
Johan Xie
4f5cf1f3a7
fix(c-cpp-book): correct typo in type conversion example
...
The commented-out line attempting to narrow u32 to u8 was incorrectly
using `f.into()` instead of `g.into()`. Since `f` is already u8, that
conversion would trivially succeed. The example should demonstrate
narrowing `g` (u32) back to u8, which requires `try_into()` as shown at
the end of the block.
2026-04-01 23:47:24 +08:00
rongyi
a64cb72c4a
section does not render well
2026-03-30 11:34:18 +08:00
WuXing-ovo
a8756a1af9
fix: correct Mermaid rendering in lifetime elision diagram
2026-03-29 22:06:05 +08:00
atulkhare4096
d8bd8efbca
Merge pull request #50 from kimtth/main
...
fix(docs): correct typos
2026-03-27 16:07:04 -07:00
atulkhare4096
5d669ad446
Merge pull request #54 from roopeshor/patch-1
...
fix(docs): fixed typo in ch06-enums-and-pattern-matching
2026-03-27 16:04:44 -07:00
Anirudh Konidala
a2f318c509
fix: update outdated borrow checker example in chapter 5 to reflect NLL behavior
2026-03-27 11:58:18 -05:00
Roopesh O R
e5db46beea
fixed typo in ch06-enums-and-pattern-matching.md
2026-03-27 17:32:20 +05:30
kimtth
62da288904
fix(docs): correct typos
2026-03-27 16:35:13 +09:00
yb-xu
5a7ef3e173
Fix typo.
2026-03-26 11:03:34 -07:00
yb-xu
2ff184f0da
Fix typo.
2026-03-26 10:59:46 -07:00
yb-xu
5bc5e4a014
Fix typo in the comment of the first code example in ch05-data-structures.md.
2026-03-26 10:47:39 -07:00
atulkhare4096
c1833ea181
Merge pull request #32 from rafalfitt/patch-1
...
Fix typo in Rust macros explanation
2026-03-25 16:22:51 -07:00
Atul Khare
194a592746
Add unwrap() and Safety annotations
2026-03-25 16:20:08 -07:00
Rafał Fitt
d5d17038e0
Fix typo in Rust macros explanation
...
Corrected a typographical error regarding the description of macros in Rust.
2026-03-25 21:08:25 +01:00
atulkhare4096
ec6b165778
Merge pull request #21 from rongyi/patch-1
...
Update ch03-built-in-types.md
2026-03-25 11:31:07 -07:00
mady20
0d208605ff
Fix broken navigation links in C/C++ book introduction
2026-03-25 20:46:18 +05:30
rongyi
18312b3272
Update ch03-built-in-types.md
...
I know, it's tiny, but foo won't compile, right?
2026-03-25 18:35:01 +08:00
atulkhare4096
6a090f3d9c
Merge pull request #6 from antonkesy/main
...
Fix typos
2026-03-24 23:07:16 -07:00
atulkhare4096
b2b34589a5
Merge pull request #7 from OrlovEvgeny/fix/correct_gh_links
...
Fixed github links
2026-03-24 23:06:22 -07:00
Gunther Xing
c6dbd7edc8
[fix] fix a typo in ch07-1
2026-03-25 13:46:54 +08:00
Anton Kesy
bd92d2f157
Fix typos
...
Signed by: Anton Kesy <anton@kesy.de >
2026-03-24 21:11:29 +01:00
Evgenii Orlov
8d773e9630
Fixed github links
2026-03-24 21:05:38 +01:00
Atul Khare
f584550151
Add Rust training material
2026-03-23 11:45:55 -07:00