From 1f37068b3930e39ad676457e84fef8656cafd36a Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Mon, 2 May 2016 16:23:08 -0700 Subject: [PATCH] Oops, correct year that C++ was standardized. --- doc/site/embedding-api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/embedding-api.markdown b/doc/site/embedding-api.markdown index 0476e37b..99e0a321 100644 --- a/doc/site/embedding-api.markdown +++ b/doc/site/embedding-api.markdown @@ -10,7 +10,7 @@ get Wren into your application: 2. **Include the source directly in your application.** If you want to include the source directly in your program, you don't need to run any build steps. Just add the source files in `src/vm` to your project. They should compile - cleanly as C99 or C++89 or anything later. + cleanly as C99 or C++98 or anything later. [build]: getting-started.html