I came across the following passage in Ross' "First Course in Probability":
If we want to compute the probability that X is strictly less than b , we can apply the continuity property to obtain: $$P\bigl(X<b\bigr)=\lim_{n\to\infty}\left[P\left(X\leqslant b-\frac1n\right)\right].$$
The continuity Ross is referring to, is the right continuity of the cumulative function but the property he mentions seems to me to be a property of a left continuity since the sequence $b-\dfrac1n$, where $n$ goes to infinity, is an increasing sequence that converges to $b$ from left to right. Will be grateful for any enlightening remarks on this.
Not quite. Ross is referring to "probability as a continuous set function", which he states as a proposition as "If $\{E_n, n \ge 1\}$ is either an increasing or decreasing sequence of events, then
$$\lim_{n \to \infty}P(E_n) = P\left(\lim_{n \to \infty} E_n\right)$$
" In the ninth edition this is stated and proven in section 6 of chapter 2.
Left continuity of the cdf would say
$$\lim_{n\to\infty} P\left(X \le b - \frac{1}{n}\right)= \lim_{n\to\infty} F\left(b - \frac{1}{n}\right) = F\left(\lim_{n\to\infty} b - \frac{1}{n}\right) = F(b) = P(X \le b)$$
which Ross does not claim.