Skip to content

Commit cb4da88

Browse files
committed
docs: 修正文档中代词使用错误
将“他们”改为“它们”以正确指代编程语言标准和环境
1 parent 1a757e7 commit cb4da88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/luogu/problem/judging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ C/C++ 家族提供多个 C/C++ 语言标准的 GCC 编译环境,这些标准
5656
- C++20 (ISO/IEC 14882:2020)
5757
- C++23 (ISO/IEC 14882:2024)
5858

59-
他们都有相同的编译开关
59+
它们都有相同的编译开关
6060

6161
```shell
6262
# O2 优化开关为 -O2
@@ -109,7 +109,7 @@ Compiler CPU target: x86_64
109109

110110
Python 家族目前仅提供 Python 3(CPython)、PyPy 3 两种选项。Python 3 同时提供 NumPy 库,PyPy 3 无此支持。
111111

112-
他们当前版本信息如下
112+
它们当前版本信息如下
113113

114114
```
115115
# python3 -VV

0 commit comments

Comments
 (0)