Skip to content

Commit

Permalink
Merge pull request #54 from cbbfcd/fix/md-code-error
Browse files Browse the repository at this point in the history
@cbbfcd 

Thanks!
  • Loading branch information
wasabeef authored Sep 3, 2024
2 parents d93b1de + 3268b6f commit d7d0527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useToggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
class Sample extends HookWidget {
@override
Widget build(BuildContext context) {
final state = useToggle();
final toggleState = useToggle();

return Column(
children: [
Expand Down

0 comments on commit d7d0527

Please sign in to comment.