aboutsummaryrefslogtreecommitdiff
path: root/docs/other_eclipse.md
diff options
context:
space:
mode:
authorIskandarMa <epiciskandar@gmail.com>2022-01-19 02:24:02 +0800
committerGitHub <noreply@github.com>2022-01-18 18:24:02 +0000
commitf6a7f4d4aca4a1808850e2dcd8cc223ae5202062 (patch)
treefefc9beff20ea6438e9c1927d83319ed4c85a6b0 /docs/other_eclipse.md
parent8a3dfe2246c4a6182cf18349e9c4d0d28cae4ec5 (diff)
downloadqmk_firmware-f6a7f4d4aca4a1808850e2dcd8cc223ae5202062.tar.gz
qmk_firmware-f6a7f4d4aca4a1808850e2dcd8cc223ae5202062.zip
update the Chinese translation based on the latest English version (#14924)
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com> Co-authored-by: Joy Lee <chang.li@westberrytech.com> Co-authored-by: LitoMore <LitoMore@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'docs/other_eclipse.md')
-rw-r--r--docs/other_eclipse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other_eclipse.md b/docs/other_eclipse.md
index 91557d07d..58ab7e295 100644
--- a/docs/other_eclipse.md
+++ b/docs/other_eclipse.md
@@ -11,7 +11,7 @@ Using an IDE such as Eclipse provides many advantages over a plain text editor,
11* static code analysis 11* static code analysis
12* many other tools such as debugging, code formatting, showing call hierarchies etc. 12* many other tools such as debugging, code formatting, showing call hierarchies etc.
13 13
14The purpose of the is page is to document how to set-up Eclipse for developing AVR software, and working on the QMK code base. 14The purpose of this page is to document how to set-up Eclipse for developing AVR software, and working on the QMK code base.
15 15
16Note that this set-up has been tested on Ubuntu 16.04 only for the moment. 16Note that this set-up has been tested on Ubuntu 16.04 only for the moment.
17 17