Skip to content

Commit 66708d8

Browse files
doc: fix param
1 parent 14dface commit 66708d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDK/Bucketing/DecisionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ ProjectConfig config
479479
/// </summary>
480480
/// <param name="experiment">The experiment the user was buck</param>
481481
/// <param name="variation">The Variation to save.</param>
482-
/// <param name = "userProfile" > instance of the user information.</param>
482+
/// <param name="userProfile">Instance of the user information.</param>
483483
public void SaveVariation(Experiment experiment, Variation variation,
484484
UserProfile userProfile
485485
)

0 commit comments

Comments
 (0)