Skip to content

Commit d58a7da

Browse files
authored
Merge pull request #118 from prathikkaranth/fix_typo_in_doc
[Docs] Correct notebook FilePathUrlConverter -> FileUrlPathConverter
2 parents 90c9181 + 8b7e169 commit d58a7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/file_path_url_converter.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"source": [
2020
"Given the (current) lack of cross-platform lightweight C/C++ libraries for converting paths to/from `file://` URLs, OpenAssetIO comes bundled with a built-in utility to accomplish this.\n",
2121
"\n",
22-
"This is in the form of a class `FilePathUrlConverter` with two methods `pathToUrl` and `pathFromUrl`.\n",
22+
"This is in the form of a class `FileUrlPathConverter` with two methods `pathToUrl` and `pathFromUrl`.\n",
2323
"\n",
2424
"The implementation conforms to the large test case database used in the [swift-url](https://github.com/karwa/swift-url) project.\n",
2525
"\n",
26-
"The `FilePathUrlConverter` class is not cheap to instantiate (it precompiles several regular expressions on construction). High-performance scenarios should construct a single instance and re-use it for each conversion."
26+
"The `FileUrlPathConverter` class is not cheap to instantiate (it precompiles several regular expressions on construction). High-performance scenarios should construct a single instance and re-use it for each conversion."
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)