Skip to content

Commit 6ae3131

Browse files
Missing capitalization (#4957)
1 parent a03f49e commit 6ae3131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_guides/language/sound-problems.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A variable with an `int` type can't store a number with a decimal place.
2727
Dart checks variable values against their types at
2828
[compile-time](#static-errors-and-warnings) and [runtime](#runtime-errors).
2929

30-
you can't get into a situation where the value stored in a variable is
30+
You can't get into a situation where the value stored in a variable is
3131
different from the variable's static type. Like most modern statically
3232
typed languages, Dart accomplishes this with a combination of
3333
[static (compile-time)](#static-errors-and-warnings) and [dynamic (runtime)](#runtime-errors) checking.

0 commit comments

Comments
 (0)