Skip to content

Commit f35416e

Browse files
authored
Fix cp_solver doc format (#16352)
1 parent 25a2d9f commit f35416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/intervals/cp_solver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//!
4343
//! In order to use interval arithmetic to compute bounds for this expression,
4444
//! one would first determine intervals that represent the possible values of
45-
//! `x` and `y`` Let's say that the interval for `x` is `[1, 2]` and the interval
45+
//! `x` and `y` Let's say that the interval for `x` is `[1, 2]` and the interval
4646
//! for `y` is `[-3, 1]`. In the chart below, you can see how the computation
4747
//! takes place.
4848
//!

0 commit comments

Comments
 (0)