diff --git a/doc/docs/content/docs/dx/dir-structure/guide.mdx b/doc/docs/content/docs/dx/dir-structure/guide.mdx index 6295c22..ad0300e 100644 --- a/doc/docs/content/docs/dx/dir-structure/guide.mdx +++ b/doc/docs/content/docs/dx/dir-structure/guide.mdx @@ -141,7 +141,7 @@ dir.write(path)?; Yes, you can use serde types as well. You need to tell the library what format to use for serialization and deserialization. -This is an example using JSON, but TOML, YAML, and RON are also supported. +This is an example using JSON, but TOML, YAML, and RON are also supported, behind the respective features. -