Skip to content

Commit 93cd136

Browse files
committed
fix: capitalized proper noun
1 parent ed3d1fb commit 93cd136

File tree

1 file changed

+1
-1
lines changed
  • content/posts/vscode_cpp_environment

1 file changed

+1
-1
lines changed

content/posts/vscode_cpp_environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title = '搭建基于VSCode的跨平台C++学习环境'
2020

2121
很简单,直接安装这些软件包:
2222

23-
- **Clang** llvm的前端,包括了clangd既语言服务器
23+
- **Clang** LLVM的前端,包括了Clangd即语言服务器
2424
- **GCC/LLVM** 编译器
2525
- **CMake** 依赖管理/构建系统
2626
- **Ninja** 构建器

0 commit comments

Comments
 (0)