Errata in Blueprint documentation

Not a big issue but I noticed an error in the graph for the while loop example on the documenation page here:

https://docs.unrealengine.com/latest/INT/Engine/Blueprints/UserGuide/FlowControl/index.html#whileloop

The error is here:

The <= comparison is set to 0 when it should be 10.