Skip to content

Commit 62504b7

Browse files
committed
Improve wording
1 parent 95305ec commit 62504b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/main/java/dev/openfeature/javasdk/BaseEvaluation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package dev.openfeature.javasdk;
22

33
/**
4-
* We differ between the evaluation results that providers return and what is given to the end users. This is a common interface between them.
4+
* This is a common interface between the evaluation results that providers return and what is given to the end users.
55
* @param <T> The type of flag being evaluated.
66
*/
77
public interface BaseEvaluation<T> {

lib/src/main/java/dev/openfeature/javasdk/Features.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package dev.openfeature.javasdk;
22

33
/**
4-
* An API for the type-specific fetch methods we offer end users.
4+
* An API for the type-specific fetch methods offered to users.
55
*/
66
public interface Features {
77

0 commit comments

Comments
 (0)