Skip to content

Commit d8584ec

Browse files
committed
Fixed typo
1 parent eeb835c commit d8584ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/splitclient-rb/clients/split_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def treatment(key, feature_flag_name, attributes = {}, split_data = nil, store_i
337337
calling_method = 'get_treatment', multiple = false, evaluation_options = nil)
338338

339339
log_deprecated_warning(calling_method, split_data, 'split_data')
340-
log_deprecated_warning(calling_method, store_impressions'store_impressions')
340+
log_deprecated_warning(calling_method, store_impressions, 'store_impressions')
341341

342342
impressions = []
343343
bucketing_key, matching_key = keys_from_key(key)

0 commit comments

Comments
 (0)