Skip to content

Commit 4f78d9d

Browse files
authored
Fix typo (#15)
1 parent 103c7a9 commit 4f78d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bridge.Conceptual/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ConcreteImplementationB : IImplementation
9999
{
100100
public string OperationImplementation()
101101
{
102-
return "ConcreteImplementationA: The result in platform B.\n";
102+
return "ConcreteImplementationB: The result in platform B.\n";
103103
}
104104
}
105105

0 commit comments

Comments
 (0)