From 90d51f69543fd55f46a550a2274123a0305b600f Mon Sep 17 00:00:00 2001 From: Timothy Place Date: Tue, 8 Jan 2019 09:58:24 -0600 Subject: [PATCH] CLASS_ATTR_LONG documentation typo fix. --- source/c74support/max-includes/ext_obex_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/c74support/max-includes/ext_obex_util.h b/source/c74support/max-includes/ext_obex_util.h index 8ab0fd6..9a3f8f1 100644 --- a/source/c74support/max-includes/ext_obex_util.h +++ b/source/c74support/max-includes/ext_obex_util.h @@ -35,7 +35,7 @@ BEGIN_USING_C_LINKAGE /** - Create a t_atom_long integer attribute and add it to a Max class. + Create a long integer attribute and add it to a Max class. @ingroup attr @param c The class pointer.