c.html.markdown: line break comment in better spot

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
This commit is contained in:
Chris Harding 2024-05-21 20:27:33 -04:00 committed by GitHub
parent e346cbded5
commit db551c63ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,8 +129,8 @@ int main (int argc, char** argv)
short x_short = 0;
// chars are defined as the smallest addressable unit for a processor.
// This is usually 1 byte, but for some systems it can be more (ex. for TMS320
// from TI it's 2 bytes).
// This is usually 1 byte, but for some systems it can be more
// (ex. for TMS320 from TI it's 2 bytes).
char x_char = 0;
char y_char = 'y'; // Char literals are quoted with ''