mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-18 10:22:26 +08:00
[docs] Fix typo, close #2207
This commit is contained in:
parent
5358b3e4d0
commit
de6bf17f0e
@ -434,9 +434,9 @@ object MySimple : SimpleCommand(MyPluginMain, "main") {
|
||||
*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