Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Apr 16, 2024
1 parent f3baa5c commit febf863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Reference: <span id="ref"></span>
```cpp
class A : public bt::Action {
public:
uint Priority(const bt::Context& ctx) const override {
unsigned int Priority(const bt::Context& ctx) const override {
// TODO, returns a number > 0
}
};
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ root.Tick(ctx);
```cpp
class A : public bt::Action {
public:
uint Priority(const bt::Context& ctx) const override {
unsigned int Priority(const bt::Context& ctx) const override {
// TODO, 返回一个正整数
}
};
Expand Down

0 comments on commit febf863

Please sign in to comment.