Skip to content

Commit 8f35c0f

Browse files
committed
nothing.
1 parent 4ae9dba commit 8f35c0f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/glossary.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ title: Glossary
77
used for one thing
88

99
[Datatypes](https://csci-1301.github.io/book.html#datatypes-and-variables):
10-
~ categories in C# used to define types of values, such
11-
as strings
10+
~ categories in C# used to define types of values, such as strings
1211

1312
[Variable](https://csci-1301.github.io/book.html#datatypes-and-variables):
1413
~ values that be changed
@@ -17,8 +16,7 @@ title: Glossary
1716
~ values that can not be changed
1817

1918
[Identifier](https://csci-1301.github.io/book.html#reserved-words-and-identifiers):
20-
~ words defined by the programmer to refer to an object
21-
or variable.
19+
~ words defined by the programmer to refer to an object or variable.
2220

2321
Operations:
2422
~
@@ -66,8 +64,7 @@ Operations:
6664
~ the act of giving a value to an identifier
6765

6866
[Implicit Conversion](https://csci-1301.github.io/book.html#implicit-and-explicit-conversions-between-datatypes):
69-
~ the act of automatically storing the value of
70-
one identifier into another identifier that differs from its own
67+
~ the act of automatically storing the value of one identifier into another identifier that differs from its own
7168

7269
[Explicit Conversion (casting)](https://csci-1301.github.io/book.html#implicit-and-explicit-conversions-between-datatypes):
7370
~ the act of storing the value of one

0 commit comments

Comments
 (0)