We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03f49e commit 6ae3131Copy full SHA for 6ae3131
src/_guides/language/sound-problems.md
@@ -27,7 +27,7 @@ A variable with an `int` type can't store a number with a decimal place.
27
Dart checks variable values against their types at
28
[compile-time](#static-errors-and-warnings) and [runtime](#runtime-errors).
29
30
-you can't get into a situation where the value stored in a variable is
+You can't get into a situation where the value stored in a variable is
31
different from the variable's static type. Like most modern statically
32
typed languages, Dart accomplishes this with a combination of
33
[static (compile-time)](#static-errors-and-warnings) and [dynamic (runtime)](#runtime-errors) checking.
0 commit comments