Skip to content

Commit ed643cb

Browse files
authored
#22: feat: fix subsystem group code tab display bug
* Update subsystem-groups.md
1 parent 5bc426d commit ed643cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nextftc/concepts/subsystem-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To create a `SubsystemGroup`,
2323
you must create a subclass of `SubsystemGroup`,
2424
and provide the necessary subsystem instances to its constructor.
2525

26-
:::tabs key:code
26+
::: tabs key:code
2727

2828
== Kotlin
2929

@@ -60,7 +60,7 @@ To register a subsystem group, you can simply pass its instance
6060
to the `SubsystemComponent` constructor in a NextFtcOpMode
6161
the way you would with a regular subsystem:
6262

63-
:::tabs key:code
63+
::: tabs key:code
6464

6565
== Kotlin
6666

0 commit comments

Comments
 (0)