Skip to content

Commit 0626606

Browse files
authored
Fix typo in dart.md regarding named parameters
1 parent 0d4e92a commit 0626606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ example31() {
668668
/// Optional Named Parameter:
669669
/// parameter will be disclosed with curly bracket { }
670670
/// curly bracketed parameter are optional.
671-
/// have to use parameter name to assign a value which separated with colan :
671+
/// have to use parameter name to assign a value which separated with colon :
672672
/// in curly bracketed parameter order does not matter
673673
/// these type parameter help us to avoid confusion while passing value for a function which has many parameter.
674674
example32() {

0 commit comments

Comments
 (0)