[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / SocketDescriptor.cs
index 26286cd345989fd3bc820494b1d15803ee4ead94..3dead289d3204258b358371f748cc524419e6ba9 100644 (file)
@@ -10,7 +10,7 @@ namespace org { namespace ldk { namespace structs {
  * to a remote host. You will need to be able to generate multiple of these which meet Eq and
  * implement Hash to meet the PeerManager API.
  * 
- * For efficiency, Clone should be relatively cheap for this type.
+ * For efficiency, [`Clone`] should be relatively cheap for this type.
  * 
  * Two descriptors may compare equal (by [`cmp::Eq`] and [`hash::Hash`]) as long as the original
  * has been disconnected, the [`PeerManager`] has been informed of the disconnection (either by it