Skip to content

Commit

Permalink
Merge pull request #469 from NikitaZotov/fix/cpp_extension_in_docs
Browse files Browse the repository at this point in the history
[docs] Use Latin `c` instead of Cyrillic `с`
  • Loading branch information
NikitaZotov authored Jan 31, 2025
2 parents 9d8e1ad + ae2f798 commit 27193ea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set-agents-module/
├── CMakeLists.txt
├── agent/
│ ├── sc_agent_calculate_set_power.hpp
│ └── sc_agent_calculate_set_power.сpp
│ └── sc_agent_calculate_set_power.cpp
```

---
Expand Down Expand Up @@ -234,7 +234,7 @@ set-agents-module/
├── CMakeLists.txt
├── agent/
│ ├── sc_agent_calculate_set_power.hpp
│ └── sc_agent_calculate_set_power.сpp
│ └── sc_agent_calculate_set_power.cpp
+├── keynodes/
+│ └── sc_set_keynodes.hpp
```
Expand Down Expand Up @@ -331,7 +331,7 @@ Someone should subscribe your agent to event. It can be other agent, or any code
├── CMakeLists.txt
├── agent/
│ ├── sc_agent_calculate_set_power.hpp
│ └── sc_agent_calculate_set_power.сpp
│ └── sc_agent_calculate_set_power.cpp
├── keynodes/
│ └── sc_set_keynodes.hpp
+├── sc_set_module.hpp
Expand Down Expand Up @@ -413,7 +413,7 @@ To make sure how your agent works it is best to generate tests and cover in them
├── CMakeLists.txt
├── agent/
│ ├── sc_agent_calculate_set_power.hpp
│ └── sc_agent_calculate_set_power.сpp
│ └── sc_agent_calculate_set_power.cpp
├── keynodes/
│ └── sc_set_keynodes.hpp
+├── tests/
Expand Down

0 comments on commit 27193ea

Please sign in to comment.