mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-17 07:09:17 +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*
|
||||||
|
|
||||||
```java
|
```java
|
||||||
// MyComposite.java
|
// MySimple.java
|
||||||
public final class MyComposite extends JCompositeCommand {
|
public final class MySimple extends JSimpleCommand {
|
||||||
public MyComposite() {
|
public MySimple() {
|
||||||
super(MyPluginMain.INSTANCE, "main");
|
super(MyPluginMain.INSTANCE, "main");
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user