I was reading the Wikipedia article on numerical methods for ODEs https://en.wikipedia.org/wiki/Numerical_methods_for_ordinary_differential_equations#Consistency_and_order
and I saw that when it discusses "consistency and order", the consistency is defined as $$\lim_{h\to 0} \frac{\delta^h_{n+k}}{h} = 0$$
where $\delta^h_{n+k}$ is the local truncation error with mesh size $h$.
Why is consitencty defined this way? My guess about the definition of consistency was ${\delta^h_{n+k}} \to 0$ as $h\to 0$