Fix the category.

This commit is contained in:
Daniel
2016-01-10 15:15:44 +00:00
parent 0a228e74fe
commit 2ae5c255fd

View File

@@ -7,7 +7,7 @@
], ],
"description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.", "description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.",
"category": [ "category": [
"Data structures" "Data"
], ],
"maintainers": [ "maintainers": [
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>", "Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",