The condition in docs for full withdrawal is validator.withdrawableEpoch < executionPayload.slot/SLOTS_PER_EPOCH while in the code its validator.withdrawableEpoch <= executionPayload.slot/SLOTS_PER_EPOCH.
src/contracts/pods/EigenPod.sol#L354
Synchronize them with each other.
Sidu28 (EigenLayer) disputed, disagreed with severity and commented:
Alex the Entreprenerd (judge) decreased severity to QA and commented:
