Swift: remove unneeded trailing / in README.md

This commit is contained in:
Paolo Tranquilli
2022-10-31 09:55:03 +01:00
parent e62acb1e8c
commit 2b395985e6

View File

@@ -78,7 +78,7 @@ IDE. Please refer to your IDE's instructions for how to set up remote debugging.
In particular for breakpoints to work you might need to setup the following remote path mapping:
| Remote | Local |
|-------------|---------------------------------------|
| `swift` | `/absolute/path/to/codeql/swift` |
| `bazel-out` | `/absolute/path/to/codeql/bazel-out/` |
| Remote | Local |
|-------------|--------------------------------------|
| `swift` | `/absolute/path/to/codeql/swift` |
| `bazel-out` | `/absolute/path/to/codeql/bazel-out` |