diff --git a/custom_types.md b/custom_types.md
index 4c5538c8d5..44c9e80193 100644
--- a/custom_types.md
+++ b/custom_types.md
@@ -66,4 +66,5 @@ Issues with customtype include:
* Using a proto message as a customtype is not allowed.
* cusomtype of type map can not UnmarshalText
* customtype of type struct cannot jsonpb unmarshal
- * customtype field does not get a generated 'getter' method
+ * Customtype field does not get a generated 'getter' method
+ * Repeated customtype fields generate slices without pointer to the custom type