Skip to content

Commit ced4f67

Browse files
Fix more LaTeX formatting issues
You know eventually I'll find the one LaTeX delimiter that actually works because why does there have to be like 10 of them
1 parent 9d2b97d commit ced4f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/en/space-station-14/departments/atmos/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ It also greatly helps out future contributors trial out their own performance tw
116116
117117
### Do not hide potential numerical instability or noise
118118
When writing code for Atmospherics, do not ignore potential numerical instability, as this could hide bad edge-cases during testing or during gameplay.
119-
For example, if dividing a `HeatContainer` into $ n $ parts, ensure that $ n $ is a `uint` and use `ArgumentOutOfRangeException` helpers to throw if $ n = 0 $:
119+
For example, if dividing a `HeatContainer` into \\( n \\) parts, ensure that \\( n \\) is a `uint` and use `ArgumentOutOfRangeException` helpers to throw if \\( n = 0 \\):
120120
121121
```csharp
122122
public static HeatContainer[] Divide(this HeatContainer c, uint num)

0 commit comments

Comments
 (0)