From 1fcd06a1de4879e2cda4c68b1028c8bb559d461a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Castel=C3=A3o?= Date: Sun, 12 Aug 2018 15:41:02 -0700 Subject: [PATCH] Typos (plural dimensions) in section H There are few examples on section H with inconsistent dimensions alternating between plural and singular: - profiles x profile - station x stations --- apph.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apph.adoc b/apph.adoc index b3536fe6..95cec5df 100644 --- a/apph.adoc +++ b/apph.adoc @@ -628,7 +628,7 @@ When the number of vertical levels for each profile varies, and one cannot write ---- dimensions:    obs = UNLIMITED ; -    profiles = 142 ; +    profile = 142 ; variables:    int profile(profile) ; @@ -1121,8 +1121,8 @@ When the number of profiles and levels for each station varies, one can use a ra ---- dimensions:    obs = UNLIMITED ; -    profiles = 1420 ; -    stations = 42; +    profile = 1420 ; +    station = 42; variables:    float lon(station) ; @@ -1341,7 +1341,7 @@ When the number of profiles and levels for each trajectory varies, one can use a ---- dimensions:    obs = UNLIMITED ; -    profiles = 142 ; +    profile = 142 ; variables:    int trajectory(trajectory) ;