Skip to content

Commit 8484ab9

Browse files
committed
fix: Fix incorrect words
1 parent b7e4678 commit 8484ab9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/install/environment/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd rcrs-server
3737
BUILD SUCCESSFUL in ...
3838
```
3939

40-
## シュミレーションサーバーの動作確認
40+
## シミュレーションサーバーの動作確認
4141

4242
```bash
4343
cd WORKING_DIR/rcrs-server/scripts

docs/source/tutorial/environment/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ダウンロードしたファイルを解凍し、中のファイルを `rcrs-server/maps/` の中に移動させてください。
1010

11-
## シュミレーションサーバーの動作確認
11+
## シミュレーションサーバーの動作確認
1212

1313
```bash
1414
cd WORKING_DIR/rcrs-server/scripts

docs/source/tutorial/module/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SampleSearch(Search):
6060
),
6161
)
6262
63-
# モジュールの登録(これをしないと、モジュール内のシュミレーション環境の情報が更新されません)
63+
# モジュールの登録(これをしないと、モジュール内のシミュレーション環境の情報が更新されません)
6464
self.register_sub_module(self._clustering)
6565
self.register_sub_module(self._path_planning)
6666
```

0 commit comments

Comments
 (0)