Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 479b98a

Browse files
committed
nit
1 parent e11f3bd commit 479b98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/quick_actions/quick_actions_ios/ios/Classes/QuickActionsPlugin.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class QuickActionsPlugin: NSObject, FlutterPlugin {
3333
public func handle(_ call: FlutterMethodCall, result: @escaping FlutterResult) {
3434
switch call.method {
3535
case "setShortcutItems":
36-
// `arguments` must be a list of dictionaries
36+
// `arguments` must be an array of dictionaries
3737
let items = call.arguments as! [[String: Any]]
3838
shortcutStateManager.setShortcutItems(items)
3939
result(nil)

0 commit comments

Comments
 (0)