Let $P$ be the transition probability matrix for the homogeneous Markov chain on the states $E=\{1, 2, 3 \}$.
$$ P = \left[ \begin{array}{ccc} 2/3 & 1/3 & 0 \\ 1/3 & 1/3 & 1/3 \\ 0 & 0 & 1 \end{array} \right] $$
States $E=\{ 1 \}$ and $E=\{ 2 \}$ are transient (if I am not mistaken, because it is possible to not go back to them). Whereas state $E= \{ 3 \}$ is recurrent because it is possible to go back there.
Am I correct in thinking it is null-recurrent, because only state $E= \{ 3 \}$ can ever be returned to? Whereas hypothetically if another recurrent state existed, then they would both be positive-recurrent?