Browse code

typo: fix typo in api documents

Signed-off-by: Lei Jitang <leijitang@huawei.com>

Lei Jitang authored on 2017/01/24 11:40:40
Showing 3 changed files
... ...
@@ -1108,7 +1108,7 @@ Update resource configs of one or more containers.
1108 1108
          "Memory": 314572800,
1109 1109
          "MemorySwap": 514288000,
1110 1110
          "MemoryReservation": 209715200,
1111
-         "KernelMemory": 52428800,
1111
+         "KernelMemory": 52428800
1112 1112
        }
1113 1113
 
1114 1114
 **Example response**:
... ...
@@ -1143,7 +1143,7 @@ Update configuration of one or more containers.
1143 1143
          "RestartPolicy": {
1144 1144
            "MaximumRetryCount": 4,
1145 1145
            "Name": "on-failure"
1146
-         },
1146
+         }
1147 1147
        }
1148 1148
 
1149 1149
 **Example response**:
... ...
@@ -1170,7 +1170,7 @@ Update configuration of one or more containers.
1170 1170
          "RestartPolicy": {
1171 1171
            "MaximumRetryCount": 4,
1172 1172
            "Name": "on-failure"
1173
-         },
1173
+         }
1174 1174
        }
1175 1175
 
1176 1176
 **Example response**: