Skip to content

Commit a0575c4

Browse files
committed
removed duplicate interface work
1 parent 5d2fc1a commit a0575c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripting-docs/winscript/active-script-profiling-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The [Active Script Profiler Interfaces](../winscript/reference/active-script-pro
3535
The host creates the language engine and provides the language engine with scripts to be executed. A smart host also provides the document context that can be used by a debugger or profiler to provide better information when you are debugging or profiling.
3636

3737
## Profiler
38-
The profiler receives the calls from the language engine when various events occur. The profiler must be registered as a COM object and must implement the [IActiveScriptProfilerCallback Interface](../winscript/reference/iactivescriptprofilercallback-interface.md) interface.
38+
The profiler receives the calls from the language engine when various events occur. The profiler must be registered as a COM object and must implement the [IActiveScriptProfilerCallback Interface](../winscript/reference/iactivescriptprofilercallback-interface.md).
3939

4040
## See also
4141
[Active Script Profiler Interfaces](../winscript/reference/active-script-profiler-interfaces.md)

0 commit comments

Comments
 (0)