Skip to content

Commit

Permalink
fix: change typo in readme (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant authored Oct 12, 2023
1 parent d8da306 commit 6795fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func (i MyFeatureProvider) FloatEvaluation(ctx context.Context, flag string, def
}

// IntEvaluation returns an int flag
func (e MyFeatureProvider) IntEvaluation(ctx context.Context, flag string, defaultValue int64, evalCtx openfeature.FlattenedContext) openfeature.IntResolutionDetail {
func (i MyFeatureProvider) IntEvaluation(ctx context.Context, flag string, defaultValue int64, evalCtx openfeature.FlattenedContext) openfeature.IntResolutionDetail {
// code to evaluate int
}

Expand Down

0 comments on commit 6795fe1

Please sign in to comment.