Single line comment – SourceCharacter but not LineTerminator [closed]

i can understand this -> SingleLineComment ::// SingleLineCommentCharsopt .But not the below one
SingleLineCommentChar ::
SourceCharacter but not LineTerminator <— especially this last line .

single comment.
When i executed this everything is fine. No error happened. why?