Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion learners/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
: (CSV) A common textual representation for tables
in which the values in each row are separated by commas.

[debug](#debug)

Check warning on line 60 in learners/reference.md

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[missing anchor]: [debug](#debug)
: The action of finding and resolving errors (also known as 'bugs')
within computer programs or systems.

Expand Down Expand Up @@ -285,7 +285,7 @@

[type]{#type}
: The classification of something in a program (for example, the contents of a variable)
as a kind of number (e.g. [floating-point](#float), [integer](#integer)),

Check warning on line 288 in learners/reference.md

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[missing anchor]: [floating-point](#float)
[string](#string), or something else.

[type of error]{#type-of-error}
Expand All @@ -300,4 +300,5 @@
: A loop that keeps executing as long as some condition is true.
See also: [for loop](#for-loop).


[whitespace]{#whitespace}
: The space, newline, carriage return, and horizontal and vertical tab characters that take up space but do not create a visible mark.
Loading