Skip to content

Commit e2aca50

Browse files
committed
Fixed choice of terms.
To avoid confusion with macros; variables are declared and not defined.
1 parent cbe045e commit e2aca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main()
8080
There are four new things here:
8181

8282
1. We create a **variable** with the name `url`.
83-
This is called to **define** a variable.
83+
This is called to **declare** a variable.
8484
The variable has the type `string`,
8585
which means that we can use it to store strings in.
8686
A string is a sequence of characters.

0 commit comments

Comments
 (0)