We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe045e commit e2aca50Copy full SHA for e2aca50
browser/index.md
@@ -80,7 +80,7 @@ int main()
80
There are four new things here:
81
82
1. We create a **variable** with the name `url`.
83
- This is called to **define** a variable.
+ This is called to **declare** a variable.
84
The variable has the type `string`,
85
which means that we can use it to store strings in.
86
A string is a sequence of characters.
0 commit comments