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
4 changes: 4 additions & 0 deletions learners/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
: (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.

[default value]{#default-value}
: A value to use for a [parameter](#parameter) if nothing is specified explicitly.

Expand Down Expand Up @@ -281,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 Down
Loading