Rename to more readable names

This commit is contained in:
Dolan
2018-08-07 02:47:24 +01:00
parent cf0c2c7691
commit 92da93a160
9 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
import { XmlComponent } from "file/xml-components";
export class Bidi extends XmlComponent {
export class Bidirectional extends XmlComponent {
constructor() {
super("w:bidi");
}