From 8939e2abeb05883ac04c949e7c1d4ef4e2a4f9ba Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Tue, 18 Dec 2018 20:08:46 -0800 Subject: [PATCH] Fix a misspelling (#7234) Change funciton to function in a doc comment. --- lib/ui/window.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/window.dart b/lib/ui/window.dart index 76ef10a932b..b9c8298c2c7 100644 --- a/lib/ui/window.dart +++ b/lib/ui/window.dart @@ -778,7 +778,7 @@ class Window { /// Change the retained semantics data about this window. /// - /// If [semanticsEnabled] is true, the user has requested that this funciton + /// If [semanticsEnabled] is true, the user has requested that this function /// be called whenever the semantic content of this window changes. /// /// In either case, this function disposes the given update, which means the