diff --git a/src/hb-aat-map.cc b/src/hb-aat-map.cc index 76fec018c..65df85d36 100644 --- a/src/hb-aat-map.cc +++ b/src/hb-aat-map.cc @@ -57,7 +57,7 @@ void hb_aat_map_builder_t::add_feature (hb_tag_t tag, unsigned value) { /* Special case: Chain::compile_flags will fall back to the deprecated version of * small-caps if necessary, so we need to check for that possibility. - * https://github.com/harfbuzz/harfbuzz/issues/2307 */ + * https://github.com/harfbuzz/harfbuzz/issues/2307 */ if (mapping->aatFeatureType == HB_AAT_LAYOUT_FEATURE_TYPE_LOWER_CASE && mapping->selectorToEnable == HB_AAT_LAYOUT_FEATURE_SELECTOR_LOWER_CASE_SMALL_CAPS) {