From 4cc28bf3950d5aa91f0a3a494bd1318da8119d6c Mon Sep 17 00:00:00 2001 From: John Tran Date: Thu, 1 Apr 2021 16:12:10 -0700 Subject: [PATCH] feat: Add preInsert, postInsert and remove functions to Identify and Group Identify (#338) --- Sources/Amplitude/AMPIdentify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Amplitude/AMPIdentify.h b/Sources/Amplitude/AMPIdentify.h index db234c39..6120770a 100644 --- a/Sources/Amplitude/AMPIdentify.h +++ b/Sources/Amplitude/AMPIdentify.h @@ -154,7 +154,7 @@ /** - Preinsert the value of a given user property. If the value already exists, it will do no operation. + Pre-insert the value of a given user property. If the value already exists, it will do no operation. @param property The user property key @@ -168,7 +168,7 @@ /** - Postinsert the value of a given user property. If the value already exists, it will do no operation. + Post-insert the value of a given user property. If the value already exists, it will do no operation. @param property The user property key