Skip to content

Commit f4047bf

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public boolean hasReduceRetracingParam() {
248248
*/
249249
public boolean hasExperimentalCompileParam() {
250250
// 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.
251+
// and store it into the same 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 together and store it into this boolean variable.
262+
// parameters together and store it into the same boolean variable.
263263
return this.reduceRetracingParamExists;
264264
}
265265

0 commit comments

Comments
 (0)