rust-raspberrypi-OS-tutorials icon indicating copy to clipboard operation
rust-raspberrypi-OS-tutorials copied to clipboard

Refactor sentence and fix typo

Open noeliufz opened this issue 1 year ago • 2 comments

Description

Refactor sentence: "当我们引入全局可用的print宏在教程03,我门有一点作弊。" -> "我们在教程03引入全局可用的print!宏时有一点作弊。"

Fix typo: "我门" typo corrected during sentence refactoring

Related Issue: https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/issues/166

Pre-commit steps

  • [ ] Tested on QEMU and real HW Rasperry Pi.
    • Not needed if it is just a README change or similar.
  • [ ] Ran ./contributor_setup.sh followed by ./devtool ready_for_publish
    • You'll need Ruby with Bundler and NPM installed locally.
    • If no Rust-related files were changed, ./devtool ready_for_publish_no_rust can be used instead (faster).
    • This step is optional, but much appreciated if done.

noeliufz avatar Nov 16 '24 01:11 noeliufz

Thanks much for the correction.

BartMassey avatar Nov 16 '24 02:11 BartMassey

I'm not a Chinese speaker, but it checks out in Google Translate at least.

Thanks, He correction is correct. CI seems to have failed compilation

@eldruin Can be merged.

Jzow avatar Mar 13 '25 15:03 Jzow