MultiReferenceVariable
DRAFT
Observed

MultiReferenceVariable
Incorrect

A reference variable can point to multiple objects

Correct

A reference variable can point to only one object at a time

Correction
Here is what's right.

A reference variable can only point to no object (null) or to exactly one object at any given point in time.