Skip to content

Commit 439e1df

Browse files
committed
Docs/Style: Remove dead spacing which fails to produce bold text in some markdown renderers.
1 parent 4f26cc1 commit 439e1df

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,30 @@ without recompiling the source code. Should the need to introduce any breaking c
4444

4545
!!! info "Common Classes within this Package Include"
4646

47-
**Memory Manipulation: **
47+
**Memory Manipulation:**
4848

4949
| Action | Description |
5050
|-------------------------------------|-------------------------------------------------------------------------------------|
5151
| [Memory](./About-Memory.md) | Allows you to Read, Write, Allocate & Change Memory Protection for Current Process. |
5252
| [ExternalMemory](./About-Memory.md) | Read, Write, Allocate & Change Memory Protection but for Another Process. |
5353

54-
**Streams Management: **
54+
**Streams Management:**
5555

5656
| Action | Description |
5757
|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
5858
| BigEndian([Reader](./Streams/EndianReaders/BigEndianReader.md)/[Writer](./Streams/EndianReaders/BigEndianWriter.md)) | Read/write raw data in memory as Big Endian. |
5959
| LittleEndian([Reader](./Streams/EndianReaders/LittleEndianReader.md)/[Writer](./Streams/EndianReaders/LittleEndianWriter.md)) | Read/write raw data in memory as Little Endian. |
6060
| [BufferedStreamReader](./Streams/BufferedStreamReader.md) | High performance alternative to `BinaryReader`. |
6161

62-
**Extensions: **
62+
**Extensions:**
6363

6464
| Action | Description |
6565
|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
6666
| ([Array](./Extensions/ArrayExtensions.md)/[Span](./Extensions/SpanExtensions.md))Extensions | Unsafe slicing, references without bounds checks and SIMD accelerated extensions. |
6767
| [StreamExtensions](./Extensions/StreamExtensions.md) | Extensions for reading and writing from/to generics. |
6868
| [StringExtensions](./Extensions/StringExtensions.md) | Custom Hash Function(s) and unsafe character references. |
6969

70-
**Utilities: **
70+
**Utilities:**
7171

7272
| Action | Description |
7373
|--------------------------------------------------------------|----------------------------------------------------------------------------------------|
@@ -76,7 +76,7 @@ without recompiling the source code. Should the need to introduce any breaking c
7676
| [CircularBuffer](./Utilities/CircularBuffer.md) | Basic high-performance circular buffer. |
7777
| [Pinnable<T>](./Utilities/Pinnable.md) | Utility for pinning C# objects for access from native code. |
7878

79-
**Base building blocks: **
79+
**Base building blocks:**
8080

8181
| Action | Description |
8282
|------------------------------------------------------------------------------------------|-------------------------------------------------|

0 commit comments

Comments
 (0)