Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ZeroMQ/Devices/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ public bool IsRunning
}

/// <summary>
/// Gets a <see cref="DeviceSocketSetup"/> for configuring the frontend socket.
/// Gets a <see cref="DeviceSocketSetup"/> for configuring the backend socket.
/// </summary>
public DeviceSocketSetup BackendSetup { get; private set; }

/// <summary>
/// Gets a <see cref="DeviceSocketSetup"/> for configuring the backend socket.
/// Gets a <see cref="DeviceSocketSetup"/> for configuring the frontend socket.
/// </summary>
public DeviceSocketSetup FrontendSetup { get; private set; }

Expand Down