Skip to content

Commit 59511b0

Browse files
committed
Fix typo
1 parent 545bcf8 commit 59511b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual/scripting/csharp/project-file-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As these files are constantly regenerated after modifying the module files or ad
88

99
`/Source/Game/MyScript.cs(32,13,32,18): error CS1069: The type name 'Regex' could not be found in the namespace 'System.Text.RegularExpressions'. This type has been forwarded to assembly 'System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.`
1010

11-
When scripting requires referencing other common system references, we can modify the module build file (eg. `Game.Build.cd`) in the following way to add the reference to the required assembly:
11+
When scripting requires referencing other common system references, we can modify the module build file (eg. `Game.Build.cs`) in the following way to add the reference to the required assembly:
1212
```cs
1313
public override void Setup(BuildOptions options)
1414
{

0 commit comments

Comments
 (0)