Skip to content

Commit 63684eb

Browse files
[Fix] Correct class name from FilePathUrlConverter to FileUrlPathConverter in documentation
1 parent 90c9181 commit 63684eb

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)