Skip to content

Commit dd19a12

Browse files
sambsamb
authored andcommitted
David J edit.
1 parent 8a39510 commit dd19a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rubi/Rubi.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
(* Define Unintegrable and CannotIntegrate*)
470470

471471

472-
Int::definite = "Rubi does not check that the domain of integration is continuous.";
472+
Int::definite = "Rubi does not check whether the domain of integration is continuous.";
473473
Int[u_, {x_Symbol, a_, b_}] := With[{result = Int[u, x]},
474474
Message[Int::definite];
475475
Limit[result, x -> b] - Limit[result, x -> a]];

0 commit comments

Comments
 (0)