Skip to content

Commit a72cb21

Browse files
committed
Update csharp.md
1 parent 3891b93 commit a72cb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ C# equivalents used for pseudo types and concepts:
3030

3131
Pseudo tries to infer meaningful names for tuples and their fields based on their usage in the program. If it succeeds, it converts them to classes with readonly properties, otherwise it uses `Tuple<..>` and `.Item1..Item9`
3232

33-
e.g. in [football.cs](../examples/football.py):
33+
in [football.cs](../examples/football.py):
3434

3535
```python
3636
return line[:away_index - 3], line[away_index:result_index - 1], (int(goals[0]), int(goals[1]))

0 commit comments

Comments
 (0)