From 4e5acdb630ee57766803d106d70751d11e733d85 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 16:45:55 -0700 Subject: [PATCH] fix: Correct definition for FROIN special remark --- metar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metar.html b/metar.html index fdd9a39..2839ef0 100644 --- a/metar.html +++ b/metar.html @@ -270,7 +270,7 @@ 'SN': 'Snow' }; const specialRemarks = { - 'FROIN': 'Frontal passage in vicinity', + 'FROIN': 'Frost on indicator', 'CONTRAILS': 'Contrails observed', 'VIRGA': 'Virga (precipitation not reaching the ground)', 'HALO': 'Halo phenomenon observed',