Skip to content

Commit 30fc218

Browse files
committed
Documentation: Edited whitespace
1 parent 42c5fc3 commit 30fc218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/KeepCoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
| [Routine&lt;T1,T2,T3,T4&gt;](Routine.T1.T2.T3.T4..md 'KeepCoding.Routine&lt;T1,T2,T3,T4&gt;') | Advanced coroutine handler. <br/> |
3434
| [Sound](Sound.md 'KeepCoding.Sound') | Class meant to encapsulate all types of sound effects [KMAudio](https://docs.microsoft.com/en-us/dotnet/api/KMAudio 'KMAudio') uses. Currently used in [ModuleScript](ModuleScript.md 'KeepCoding.ModuleScript').<br/> |
3535
| [StringifyFormat](StringifyFormat.md 'KeepCoding.StringifyFormat') | Specfies a format for [Stringify&lt;T&gt;(T, StringifyFormat)](Helper.Stringify.MMjDPqfcLXL+EYRaH4glrw.md 'KeepCoding.Helper.Stringify&lt;T&gt;(T, KeepCoding.StringifyFormat)').<br/> |
36-
| [TPScript&lt;TModule&gt;](TPScript.TModule..md 'KeepCoding.TPScript&lt;TModule&gt;') | Base class for TwitchPlays support for solvable and needy modded modules in Keep Talking and Nobody Explodes. <br/> |
36+
| [TPScript&lt;TModule&gt;](TPScript.TModule..md 'KeepCoding.TPScript&lt;TModule&gt;') | Base class for TwitchPlays support for solvable and needy modded modules in Keep Talking and Nobody Explodes.<br/> |
3737
| [Tuple&lt;T&gt;](Tuple.T..md 'KeepCoding.Tuple&lt;T&gt;') | A basic tuple data type for C# 4.<br/> |
3838
| [Tuple&lt;T1,T2&gt;](Tuple.T1.T2..md 'KeepCoding.Tuple&lt;T1,T2&gt;') | A basic tuple data type for C# 4. <br/> |
3939
| [Tuple&lt;T1,T2,T3&gt;](Tuple.T1.T2.T3..md 'KeepCoding.Tuple&lt;T1,T2,T3&gt;') | A basic tuple data type for C# 4. <br/> |

Documentation/TPScript.TModule..md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#### [KeepCoding](index.md 'index')
22
### [KeepCoding](KeepCoding.md 'KeepCoding')
33
## TPScript&lt;TModule&gt; Class
4-
Base class for TwitchPlays support for solvable and needy modded modules in Keep Talking and Nobody Explodes.
4+
Base class for TwitchPlays support for solvable and needy modded modules in Keep Talking and Nobody Explodes.
55
```csharp
66
public abstract class TPScript<TModule> : KeepCoding.CacheableBehaviour,
77
KeepCoding.ITP

0 commit comments

Comments
 (0)