Skip to content

Commit

Permalink
Remove extraneous <li> tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed Mar 21, 2024
1 parent 8d28731 commit f2cd87b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/include/aerospike/as_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ typedef struct as_policy_read_s {
* <li>-1 : Do not reset record TTL on reads.</li>
* <li>1 - 100 : Reset record TTL on reads when within this percentage of the most recent write TTL.</li>
* </ul>
* <li>
*
* Default: 0
*/
Expand Down Expand Up @@ -819,7 +818,6 @@ typedef struct as_policy_operate_s {
* <li>-1 : Do not reset record TTL on reads.</li>
* <li>1 - 100 : Reset record TTL on reads when within this percentage of the most recent write TTL.</li>
* </ul>
* <li>
*
* Default: 0
*/
Expand Down Expand Up @@ -948,7 +946,6 @@ typedef struct as_policy_batch_s {
* <li>-1 : Do not reset record TTL on reads.</li>
* <li>1 - 100 : Reset record TTL on reads when within this percentage of the most recent write TTL.</li>
* </ul>
* <li>
*
* Default: 0
*/
Expand Down Expand Up @@ -1090,7 +1087,6 @@ typedef struct as_policy_batch_read_s {
* <li>-1 : Do not reset record TTL on reads.</li>
* <li>1 - 100 : Reset record TTL on reads when within this percentage of the most recent write TTL.</li>
* </ul>
* <li>
*
* Default: 0
*/
Expand Down

0 comments on commit f2cd87b

Please sign in to comment.