Skip to content

Commit 2215e1f

Browse files
author
Tatiana Castro-Vélez
committed
Restructure sentence
1 parent 8f79e34 commit 2215e1f

File tree

1 file changed

+3
-3
lines changed
  • edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis

1 file changed

+3
-3
lines changed

edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ public boolean hasReduceRetracingParam() {
247247
* @return True iff this {@link Function} has parameter experimental_compile.
248248
*/
249249
public boolean hasExperimentalCompileParam() {
250-
// Since jit_compile and experimental_compile (deprecated) have the same functionalities, when we parse these parameters we put
251-
// look for both strings and store it into this boolean variable.
250+
// Since jit_compile and experimental_compile (deprecated) have the same functionalities, when we parse these parameters together
251+
// and store it into this boolean variable.
252252
return this.jitCompileParamExists;
253253
}
254254

@@ -259,7 +259,7 @@ public boolean hasExperimentalCompileParam() {
259259
*/
260260
public boolean hasExperimentalRelaxShapesParam() {
261261
// Since reduce_retracing and experimental_relax_shapes (deprecated) have the same functionalities, when we parse these
262-
// parameters we put look for both strings and store it into this boolean variable.
262+
// parameters together and store it into this boolean variable.
263263
return this.reduceRetracingParamExists;
264264
}
265265

0 commit comments

Comments
 (0)