diff --git a/es3/glFramebufferTexture2D.xhtml b/es3/glFramebufferTexture2D.xhtml
index 0fc7f854..dc493b72 100644
--- a/es3/glFramebufferTexture2D.xhtml
+++ b/es3/glFramebufferTexture2D.xhtml
@@ -156,7 +156,7 @@
GL_INVALID_ENUM
is generated if target
is not one of the accepted tokens.
- GL_INVALID_ENUM
is generated if renderbuffertarget
is not GL_RENDERBUFFER
.
+ GL_INVALID_ENUM
is generated if attachment
is not one of the attachment points listed above.
GL_INVALID_OPERATION
is generated if zero is bound to target
.