punctuation #159

Merged
hughrun merged 1 commit from pr-fix into main 2022-10-09 16:01:37 +11:00

View file

@ -17,8 +17,8 @@ Every library, regardless of whether they impose fines or not, has a level of "s
* limits on total loans so that people can't take out hundreds of items and disappear;
* restrictions on new borrowing if any items are overdue;
* restrictions on use of all library services (e.g. WiFi, PCs, placing a hold on an item) if any items are overdue;
* items declared lost and a "lost item" invoice sent after they are due for a certain number of days (typically 60, sometimes as low as 30)
* incentives such as increased borrowing or reservation limits for borrowers who do not have any overdues for a certain period of time (e.g. in the previous year)
* items declared lost and a "lost item" invoice sent after they are due for a certain number of days (typically 60, sometimes as low as 30);
* incentives such as increased borrowing or reservation limits for borrowers who do not have any overdues for a certain period of time (e.g. in the previous year).
### Further reading