@@ -181,7 +181,7 @@ formats.
181
181
182
182
In creating this book, I needed a way to test the models that appear
183
183
in the book, generate simulation results for plots and generated
184
- Javascript code that allows the browser integrated simulation
184
+ JavaScript code that allows the browser integrated simulation
185
185
capabilities in the HTML book. OpenModelica supported all of these
186
186
use cases. But beyond that, I owe a big "Thank You" to Martin Sjölund
187
187
and the OpenModelica team for quickly responding to various issues I
@@ -192,7 +192,7 @@ me out.
192
192
The browser integrated simulation capabilities in the HTML version of
193
193
the book are only possible because of a tool called Emscripten which
194
194
allows ordinary code in languages like C and C++ to be cross-compiled
195
- (via LLVM) into Javascript . Although I knew this was possible, I
195
+ (via LLVM) into JavaScript . Although I knew this was possible, I
196
196
didn't really think this avenue was viable until I saw `the work of Tom Short <https://github.com/tshort/openmodelica-javascript >`_
197
197
integrating OpenModelica and Emscripten. The browser integrated
198
198
simulation capabilities were greatly enabled by his work in this area.
@@ -232,7 +232,7 @@ adjustments. The power and portability of the MacBook Air gave my
232
232
entire work process a big boost.
233
233
234
234
Developing this book involved a lot of testing and debugging of HTML
235
- layout, styling and embedded Javascript . Most of this work was done
235
+ layout, styling and embedded JavaScript . Most of this work was done
236
236
using Firefox but I've also used Chrome from time to time as well.
237
237
I'd like to thank both the Mozilla Foundation and Google for creating
238
238
such wonderful, standards compliant browsers.
0 commit comments