adjective

Url

721 of 903
Good / Friendly

lenient - Not as severe or strong in punishment as wuld be expected.

Because the judges were not lenient with people who were caught stealing, the rate of crime in the city decreased.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }