I type: ```c /* * */ ``` I hit enter after the closing `/` and see: ```c /* * */ * ``` The last ` * ` shouldn't be there!
I type:
I hit enter after the closing
/and see:The last
*shouldn't be there!