Replace occurrences of ..' by ..` (backtick+text+quote replaced by backtick+text+backtick).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1597 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-07-01 10:32:39 +00:00
parent 067d834eba
commit 10e39cfb40
68 changed files with 452 additions and 453 deletions

View File

@@ -21,7 +21,7 @@ Here is a list of exceptions that may appear in the [[Call stack tool: Interface
'''Floating point exception''' (signal SIGFPE): An error occurred while processing floating point numbers. This may be for example a FPU overflow, a division by zero, or an invalid operation.
'''Unmatched inspect value''': An inspect clause couldn't find the value it was passed among the `when' clauses. If any value maybe passed to the `when' clause, adding an `else' clause will solve this problem.
'''Unmatched inspect value''': An inspect clause couldn't find the value it was passed among the `when` clauses. If any value maybe passed to the `when` clause, adding an `else` clause will solve this problem.
'''I/O error''': An error occurred while accessing a stream. Examples of this are a missing file, or insufficient rights.
@@ -37,9 +37,9 @@ Here is a list of exceptions that may appear in the [[Call stack tool: Interface
'''Run-time I/O error''': Exception raised by the run-time when encountering a I/O error internally.
'''External event''': On Unix, this happens when an operating system error occurs and does not set the `errno' variable.
'''External event''': On Unix, this happens when an operating system error occurs and does not set the `errno` variable.
'''Operating system error''': On Unix, this happens when an operating system error occurs and sets the `errno' variable.
'''Operating system error''': On Unix, this happens when an operating system error occurs and sets the `errno` variable.
'''COM error''': Raised when EiffelCOM encounters an error.