Skip to content

Commit 48932e8

Browse files
committed
quick change, pvector tutorial, testing generate more
1 parent 678fe09 commit 48932e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/static/tutorials/pvector/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>PVector Test</h1>
1+
<h1>PVector Test </h1>
22

33
<p>
44
<table width="656">
@@ -10,8 +10,9 @@ <h1>PVector Test</h1>
1010

1111
<p>&nbsp;</p>
1212

13+
1314

14-
<p>The most basic building block for programming motion is the <em><strong>vector</strong></em>. And so this is where we begin. Now, the word <em><strong>vector</strong></em> can mean a lot of different things:
15+
<p>This is a test. The most basic building block for programming motion is the <em><strong>vector</strong></em>. And so this is where we begin. Now, the word <em><strong>vector</strong></em> can mean a lot of different things:
1516
<br /><br />
1617
Vector is the name of a new wave rock band formed in Sacremento, CA in the early 1980s. It's the name of a breakfast cereal manufactured by Kellogg's Canada. In the field of epidemiology, a vector is used to describe an organism that transmits infection from one host to another. In the C++ programming language, a Vector (std::vector) is an implementation of a dynamically resizable array data structure.
1718
<br /><br />

0 commit comments

Comments
 (0)