mxdraw 0.1.210 → 0.1.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxdraw.d.ts CHANGED
@@ -2668,7 +2668,7 @@ declare class MxDrawObject extends Node<MxDrawEvents, Node<any, any>> {
2668
2668
  */
2669
2669
  setSysVar(sName: string, val: any): void;
2670
2670
  /**
2671
- * 是否是MxCAD模式运行.
2671
+ * 是否是CppMxCAD模式运行.
2672
2672
  * @example
2673
2673
  * ```typescript
2674
2674
  *