mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 17:40:09 +08:00
[docs] Fix typo, close #2207
This commit is contained in:
parent
59ef90fd53
commit
c1213bb0ca
@ -474,9 +474,9 @@ object MySimple : SimpleCommand(
|
||||
*Java*
|
||||
|
||||
```java
|
||||
// MyComposite.java
|
||||
public final class MyComposite extends JCompositeCommand {
|
||||
public MyComposite() {
|
||||
// MySimple.java
|
||||
public final class MySimple extends JSimpleCommand {
|
||||
public MySimple() {
|
||||
super(MyPluginMain.INSTANCE, "main");
|
||||
// ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user