kurnakovv / EnumConverter

EnumConverter is a little open source library for converting enums
MIT License
9 stars 3 forks source link

Fix TryToAnother parameters documentation #33

Closed kurnakovv closed 1 year ago

kurnakovv commented 1 year ago

Enum that we want to get after convert. -> Enum that we want try to get after convert. Input enum we want to convert to <typeparamref name="TAnotherEnum"/>. -> Input enum we want try to convert to <typeparamref name="TAnotherEnum"/>.

Yousef-Majidi commented 1 year ago

Hi, I'd like to try to fix this.

Just so I understand, you want any occurrence of the text of the left of -> to be replaced with the right side anywhere in comments. Correct?

kurnakovv commented 1 year ago

@Yousef-Majidi Hi! Thank you for help, I'm glad to see new contributors :) You are right, Find all the text from the right side and replace that text from the left side. For example: Find text Enum that we want to get after convert. and replace to Enum that we want try to get after convert.

Yousef-Majidi commented 1 year ago

Will do. Could you please kindly assign this issue to me and also add the tag hacktoberfest-accepted to the issue as well? Thank you. I'm working on this issue as a requirement for a college course that requires us to participate in Hacktoberfest.

kurnakovv commented 1 year ago

Ok, no problem :)