From 509f9777e53086e0d4f566b5483084160b693b69 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 31 May 2014 13:34:37 -0700 Subject: [PATCH] minor doc improvement --- stretchy_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stretchy_buffer.h b/stretchy_buffer.h index a638493..5e8dc94 100644 --- a/stretchy_buffer.h +++ b/stretchy_buffer.h @@ -61,7 +61,7 @@ // sb_push(TYPE *a, TYPE v) adds v on the end of the array, a la push_back // sb_add(TYPE *a, int n) adds n uninitialized elements at end of array & returns pointer to first added // sb_last(TYPE *a) returns an lvalue of the last item in the array -// a[2] access the 2nd (counting from 0) element of the array +// a[n] access the nth (counting from 0) element of the array // // #define STRETCHY_BUFFER_NO_SHORT_NAMES to only export // names of the form 'stb_sb_' if you have a name that would