Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #610 #611

Merged
merged 1 commit into from Nov 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions app/views/documentation/content.ejs
Expand Up @@ -368,9 +368,9 @@
>Nomenclature of Units for Territorial Statistics (NUTS) / Local
Administrative Units (LAU) areas.</strong
>
The LAU2 code for each postcode. NUTS is a hierarchical
classification of spatial units that provides a breakdown of the
European Union’s territory for producing regional statistics which
The NUTS/LAU area name as identified by the LAU2 code for each postcode.
NUTS is a hierarchical classification of spatial units that provides
a breakdown of the European Union’s territory for producing regional statistics which
are comparable across the Union. The NUTS area classification in
the United Kingdom comprises current national administrative and
electoral areas, except in Scotland where some NUTS areas comprise
Expand Down Expand Up @@ -433,14 +433,14 @@
codes.ccg_code <br />
<code>string|null</code>
</td>
<td>CCG Short Code. e.g. <code>"07N"</code></td>
<td>CCG Short Code. e.g. <code>"07N"</code>.</td>
</tr>
<tr>
<td>
codes.nuts <br />
<code>string|null</code>
</td>
<td>See description of <code>nuts</code> field.</td>
<td>The NUTS 3 code associated with the postcode.</td>
</tr>
</tbody>
</table>
Expand Down