We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4e92a commit 0626606Copy full SHA for 0626606
dart.md
@@ -668,7 +668,7 @@ example31() {
668
/// Optional Named Parameter:
669
/// parameter will be disclosed with curly bracket { }
670
/// curly bracketed parameter are optional.
671
-/// have to use parameter name to assign a value which separated with colan :
+/// have to use parameter name to assign a value which separated with colon :
672
/// in curly bracketed parameter order does not matter
673
/// these type parameter help us to avoid confusion while passing value for a function which has many parameter.
674
example32() {
0 commit comments