Skip to content

Commit

Permalink
Merge pull request #332 from jamesscottbrown/patch-1
Browse files Browse the repository at this point in the history
Correct "quantitative" to "quantity"
  • Loading branch information
henrykironde committed Sep 21, 2021
2 parents 39ea024 + 6574f9b commit 34495bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/01-select.md
Expand Up @@ -108,7 +108,7 @@ Before we get into using SQLite to select the data, let's take a look at the tab
</div>
<div class="col-md-6" markdown="1">

**Survey**: the actual readings. The field `quant` is short for quantitative and indicates what is being measured. Values are `rad`, `sal`, and `temp` referring to 'radiation', 'salinity' and 'temperature', respectively.
**Survey**: the actual readings. The field `quant` is short for quantity and indicates what is being measured. Values are `rad`, `sal`, and `temp` referring to 'radiation', 'salinity' and 'temperature', respectively.

|taken|person|quant|reading|
|-----|------|-----|-------|
Expand Down

0 comments on commit 34495bd

Please sign in to comment.