Skip to content

Commit a1715f7

Browse files
committed
🖊️ nits
1 parent 1015e2f commit a1715f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/optimizely/bucketer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def bucket(experiment, bucketing_id, user_id)
3939
# Determines ID of variation to be shown for a given experiment key and user ID.
4040
#
4141
# experiment - Experiment for which visitor is to be bucketed.
42-
# bucketing_id - String A customer-assigned value used to generate bucketing key
42+
# bucketing_id - String A customer-assigned value used to generate the bucketing key
4343
# user_id - String ID for user.
4444
#
4545
# Returns variation in which visitor with ID user_id has been placed. Nil if no variation.

spec/decision_service_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
.with(Logger::INFO, "Saved variation ID 111128 of experiment ID 111127 for user 'test_user'.")
196196
end
197197

198-
it 'should look up the UserProfile, bucket normally (using Bucketing ID attrbiute), and save the result if no saved profile is found' do
198+
it 'should look up the UserProfile, bucket normally (using Bucketing ID attribute), and save the result if no saved profile is found' do
199199
expected_user_profile = {
200200
:user_id => 'test_user',
201201
:experiment_bucket_map => {

0 commit comments

Comments
 (0)