Permalink
Browse files
Added docstring to nested-params namespace
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
ring-core/src/ring/middleware/nested_params.clj
|
|
@@ -1,4 +1,5 @@ |
|
|
-(ns ring.middleware.nested-params)
|
|
|
+(ns ring.middleware.nested-params
|
|
|
+ "Convert a single-depth map of parameters to a nested map.")
|
|
|
|
|
|
(defn parse-nested-keys
|
|
|
"Parse a parameter name into a list of keys using a 'C'-like index
|
|
|
|
0 comments on commit
1ce02b7