diff --git a/src/docs_src/Adding_Selection_Method.md b/src/docs_src/Adding_Selection_Method.md index 277dc97..f41e94e 100644 --- a/src/docs_src/Adding_Selection_Method.md +++ b/src/docs_src/Adding_Selection_Method.md @@ -9,7 +9,8 @@ [pop argmap] (case (:parent-selection argmap) :new-selection-method (new-selection-method ))) - ``` + ``` + 3. When runnning a problem, specify the selection method in `:parent-selection`. For example: ```