Skip to content

Commit 055dc37

Browse files
authored
Merge pull request #245 from moisedk/issue244-youtube
fixes #244
2 parents 716b37b + 7bb79e3 commit 055dc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretext/Selection/Logicaloperators.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ print(n % 2 == 0 or n % 3 == 0)
222222
</tabular>
223223
</table>
224224
<p>Also, Google has provided this short video showing different logical operators:</p>
225-
<video xml:id="GoogleLogic" youtube="57dPVbnRouU" width="667"/>
225+
<video xml:id="GoogleLogic" youtube="57dPVbnRouU" width="auto"/>
226226
<p>In the video, each letter is representative of a logical operater and only shows its color when the
227227
corresponding <term>x</term> or <term>y</term> is showing in the second <term>G</term>. If you take a look at xor, you will notice
228228
it is only colorful when either <term>x</term> or <term>y</term> is showing, but not both. This is called <c>exclusive or</c>,

0 commit comments

Comments
 (0)