From 64c7294891b4d7feaf22ed681d4e192fada022a5 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Mon, 3 Aug 2015 17:34:26 +0000 Subject: [PATCH] fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14659c0c0..e69d46e2d 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab