From 770b425cc33916a115fc554f804f14d9360104d7 Mon Sep 17 00:00:00 2001 From: Midori Date: Wed, 27 Mar 2024 14:44:16 +0900 Subject: [PATCH] Fix typo --- lib/src/compassx.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/compassx.dart b/lib/src/compassx.dart index b23544a..1c532d1 100644 --- a/lib/src/compassx.dart +++ b/lib/src/compassx.dart @@ -2,7 +2,7 @@ import 'package:compassx/src/compassx_event.dart'; import 'package:compassx/src/compassx_platform.dart'; import 'package:flutter/foundation.dart'; -/// The top-level class of comapssx package. +/// The top-level class of compassx package. /// /// See the [wiki](https://github.com/natsuk4ze/compassx/wiki) for details. @immutable