We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dface commit 66708d8Copy full SHA for 66708d8
OptimizelySDK/Bucketing/DecisionService.cs
@@ -479,7 +479,7 @@ ProjectConfig config
479
/// </summary>
480
/// <param name="experiment">The experiment the user was buck</param>
481
/// <param name="variation">The Variation to save.</param>
482
- /// <param name = "userProfile" > instance of the user information.</param>
+ /// <param name="userProfile">Instance of the user information.</param>
483
public void SaveVariation(Experiment experiment, Variation variation,
484
UserProfile userProfile
485
)
0 commit comments