Alert Reset Expressions

Hello everyone. I am having trouble to understand the following example available at the docs for AlertNode:

Why is 62 labeled as “INFO” instead of “WARNING”? In my understanding, the line .critReset(lambda: "value" < 70) would reset the alert state from CRITICAL to WARNING.

I am sorry if I did not select the correct topic. Any help would be greatly appreciated.