Fix the style of bullet points

This commit is contained in:
minaminao 2023-03-28 22:57:39 +09:00
parent dce1e7b378
commit ccb64e9fa4

View File

@ -253,6 +253,7 @@ The compiler resolves the import into a source unit name based on the import pat
#. We start with the source unit name of the importing source unit. #. We start with the source unit name of the importing source unit.
#. The last path segment with preceding slashes is removed from the resolved name. #. The last path segment with preceding slashes is removed from the resolved name.
#. Then, for every segment in the import path, starting from the leftmost one: #. Then, for every segment in the import path, starting from the leftmost one:
- If the segment is ``.``, it is skipped. - If the segment is ``.``, it is skipped.
- If the segment is ``..``, the last path segment with preceding slashes is removed from the resolved name. - If the segment is ``..``, the last path segment with preceding slashes is removed from the resolved name.
- Otherwise, the segment (preceded by a single slash if the resolved name is not empty), is appended to the resolved name. - Otherwise, the segment (preceded by a single slash if the resolved name is not empty), is appended to the resolved name.