Skip to content

Commit

Permalink
Fix typo : add "class" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
GregCornis authored and F43nd1r committed Jun 24, 2024
1 parent 305334f commit f9cb0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docs/Custom-Extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example:
<AndroidCode>

```kotlin
MyAdmin : ReportingAdministrator {
class MyAdmin : ReportingAdministrator {
init {
Log.d("MyAdmin", "MyAdmin was loaded")
}
Expand Down

0 comments on commit f9cb0d9

Please sign in to comment.