Browse Source

Fixed incorrect case in reference

Matt Benic 9 years ago
parent
commit
0224421939
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/TypeScript/AtomicWork.d.ts

+ 1 - 1
Script/TypeScript/AtomicWork.d.ts

@@ -2,7 +2,7 @@
 /// <reference path="ToolCore.d.ts" />
 /// <reference path="Editor.d.ts" />
 /// <reference path="AtomicPlayer.d.ts" />
-/// <reference path="AtomicNet.d.ts" />
+/// <reference path="AtomicNET.d.ts" />
 
 declare module Atomic {