Skip to content

Commit 38c3f93

Browse files
authored
docs(FAQ): Add missing language to D code block
1 parent 699128f commit 38c3f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ It is also trivial to implement such a type if a project has specific needs.
307307
### Implement really custom logic that Configy doesn't support
308308

309309
Use the `fromConfig` static method:
310-
```
310+
```D
311311
struct Service { string name; }
312312
struct ServiceConfig {
313313
Only!(["service"]) type;

0 commit comments

Comments
 (0)