Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
64c72948
Commit
64c72948
authored
Aug 03, 2015
by
Jonathan Wilkes
Browse files
fix typo in README.md
parent
500f78c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
64c72948
...
...
@@ -295,7 +295,7 @@ where const char *format consists of zero or more of the following:
*
i - integer (int)
*
s - c string (char
*
)
*
x - hexadecimal integer value, with a precision of at least six digits.
(hex value is preceded by an 'x', like "x123456"
(hex value is preceded by an 'x', like "x123456"
)
For some of Pd's internals like array visualization, the message length may
vary. For these _special_ cases, the following functions allow the developer
...
...
@@ -336,4 +336,4 @@ primitives (numbers, strings, and arrays). For the arrays, Javascript's array
notation is used. This is a highly idiosyncratic, quick-and-dirty approach.
But the point is that the idiosyncracy exists in a single file of the source
code, and can be easily made more modular (or replaced entirely by something
else) without affecting _any_ of the rest of the C code.
else) without affecting _any_ of the rest of the C code.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment