mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
meta: remove extra quotes in doc
This commit is contained in:
parent
b26dccb39a
commit
ca1d399354
4
doc.go
4
doc.go
@ -15,8 +15,8 @@ the ECMA-376 standard when marshaling/unmarshaling XML documents. From there it
|
||||
adds wrappers around the ECMA-376 derived types that provide a more convenient
|
||||
interface.
|
||||
|
||||
The raw XML based types reside in the ```schema/``` directory. These types are
|
||||
always accessible from the wrapper types via a ```X()``` method that returns the
|
||||
The raw XML based types reside in the `schema/`` directory. These types are
|
||||
always accessible from the wrapper types via a `X() method that returns the
|
||||
raw type. Except for the base documents (document.Document,
|
||||
spreadsheet.Workbook and presentation.Presentation), the other wrapper types are
|
||||
value types with non-pointer methods. They exist solely to modify and return
|
||||
|
Loading…
x
Reference in New Issue
Block a user