You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/text-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ A text file is any file containing only readable characters.
21
21
<ahref="http://www.flickr.com/photos/mwichary/2355783479/"title="IBM 1403 printout (from the power-of-two program) by Marcin Wichary, on Flickr"><imgclass="text-left"src="http://farm3.staticflickr.com/2087/2355783479_ba8837ac18_q.jpg"width="150"height="150"alt="IBM 1403 printout (from the power-of-two program)"></a>
22
22
</div>
23
23
24
-
A character can be a number like 3 or 6, or a letter of the alphabet like M or p. Taken together, programmers call numbers and letters the the set of *alphanumeric* characters.
24
+
A character can be a number like 3 or 6, or a letter of the alphabet like M or p. Taken together, programmers call numbers and letters the set of *alphanumeric* characters.
25
25
26
26
Characters also include non-alphanumeric symbols like # or ,ドル or even more exotic symbols like 汉 or Й. Each of these is a single character
0 commit comments