Skip to content

Commit 2f34505

Browse files
authored
docs: fix typos and grammar errors in chapters 2-7 (#465)
* docs: fix typos and grammar errors in chapters 2-7 * docs: add D Latch circuit embed to sequential elements
1 parent 8bb8d02 commit 2f34505

6 files changed

Lines changed: 20 additions & 8 deletions

File tree

docs/chapter2/3lmsintegration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CircuitVerse tested linking of assignments with the following LMSs:
5454

5555
7. Copy the **Consumer Key**, **Shared Secret**, and **Tool URL** for the connection of the assignment in your LMS.
5656

57-
## Configuring an generic LMS
57+
## Configuring a generic LMS
5858

5959
You must configure the privacy settings for your LMS to allow external tools to receive user's information.
6060

docs/chapter3/menubar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The Hex-Bin-Dec Converter tool (refer Figure 3.8) converts a given binary number
260260

261261
<div align="center">
262262
<em>
263-
Figure 3.8: Use the dec-bin-hex convertool to convert binary data into
263+
Figure 3.8: Use the dec-bin-hex converter tool to convert binary data into
264264
different formats
265265
</em>
266266
</div>

docs/chapter4/2input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Input page in Chapter4 of CircuitVerse documentation."
66

77
# Input
88

9-
Circuitverse features different input elements listed below:
9+
CircuitVerse features different input elements listed below:
1010

1111
1. [Input](#input)
1212
2. [Button](#button)

docs/chapter4/6sequentialelements.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,20 @@ Table 4.13: Table for D Latch circuit element
135135
</tr>
136136
</table>
137137

138-
/* You can verify the behavior of the **D Latch** circuit element in the live circuit embedded below:
139-
[insert live cirucit] */
138+
You can verify the behavior of the **D Latch** circuit element in the live circuit embedded below:
139+
140+
<iframe
141+
width="600px"
142+
height="400px"
143+
src="https://circuitverse.org/simulator/embed/d-latch-cf30de29-db37-4995-8c90-89c4d9700910"
144+
id="projectPreview"
145+
scrolling="no"
146+
webkitAllowFullScreen
147+
mozAllowFullScreen
148+
allowFullScreen
149+
>
150+
{" "}
151+
</iframe>
140152

141153
## T Flip Flop
142154

docs/chapter4/8misc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: "Misc page in Chapter4 of CircuitVerse documentation."
1919

2020
## ALU
2121

22-
An **Arithmetic Logic Unit** (ALU) circuit element is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers. Figure 4.15 highlights the different ports in the ALU circuit element available within CircutVerse and Table 4.19 provides a brief description of the different ports.
22+
An **Arithmetic Logic Unit** (ALU) circuit element is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers. Figure 4.15 highlights the different ports in the ALU circuit element available within CircuitVerse and Table 4.19 provides a brief description of the different ports.
2323

2424
> Properties that can be customized in the **PROPERTIES** panel include: **Direction, BitWidth**
2525
@@ -418,7 +418,7 @@ You can verify the behavior of the **Tunnel** circuit element in the live circui
418418

419419
Splitters split high bitwidth wires (buses) into lower bitwidth wires(buses) and vice versa. It is the only two-way circuit element in CircuitVerse.
420420

421-
The bitwidth may be split into equal parts or unequal parts. Consider that you have a 4 bitwith bus. You may split it into equal or unequal parts as shown below:
421+
The bitwidth may be split into equal parts or unequal parts. Consider that you have a 4 bitwidth bus. You may split it into equal or unequal parts as shown below:
422422

423423
- Equal parts: 4 -> 1 1 1 1
424424
- Unequal parts: 4 -> 1 2 1

docs/chapter7/3testcircuits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The test creator provides an intuitive UI to create tests.
2020

2121
For sequential tests, clock is ticked between each Group. For combinational tests, Groups are just a logical seperation between different types of tests.
2222

23-
Alternatively, you can also export the created test as CSV and edit it. You can import this CSV to attch by clicking `Import from CSV`
23+
Alternatively, you can also export the created test as CSV and edit it. You can import this CSV to attach by clicking `Import from CSV`
2424

2525
Finally,
2626
- Save and attach the test by clicking `Attach`

0 commit comments

Comments
 (0)