From 24b03b37b041917c2210a6aa3a6c445027b0cc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gonz=C3=A1lez?= Date: Thu, 3 May 2018 09:40:49 +0200 Subject: [PATCH] fix assert 36 on error documentation #8147 see [this issue](https://github.com/openlayers/openlayers/issues/8147) --- doc/errors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/errors/index.md b/doc/errors/index.md index e8e50010b7..c99831c307 100644 --- a/doc/errors/index.md +++ b/doc/errors/index.md @@ -139,7 +139,7 @@ Invalid geometry layout. Must be `XY`, `XYZ`, `XYM` or `XYZM`. ### 36 -Unknown SRS type. Expected `"name"` or `"EPSG"`. +Unknown SRS type. Expected `"name"`. ### 37