https://dev.java/learn/language-basics/controlling-flow/#break
Current:
You saw the unlabeled form in the previous discussion of the switch statement.
But the switch statement is covered in the next session.

Expected:
You will see the unlabeled form in the next discussion of the switch statement.
https://dev.java/learn/language-basics/switch-expression/#producing-value
Current:
The yield statement is a statement that can be used in any case block of a switch statement. It comes with a value, that becomes the value of the enclosing switch statement.
Expected:
The yield statement is a statement that can be used in any case block of a switch expression. It comes with a value, that becomes the value of the enclosing switch expression.
https://dev.java/learn/language-basics/controlling-flow/#break
Current:
But the switch statement is covered in the next session.

Expected:
https://dev.java/learn/language-basics/switch-expression/#producing-value
Current:
Expected: