Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Functions in Kotlin: Android Basics with Compose - 5. Functions with multiple parameters #929

Open
Intestinall opened this issue Dec 2, 2024 · 0 comments

Comments

@Intestinall
Copy link

URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-functions#4

In which task and step of the codelab can this issue be found?
Task 3.

Describe the problem
The output is said to be :

No value passed for parameter 'age'
No value passed for parameter 'age'

but should be

No value passed for parameter 'name'
No value passed for parameter 'age'

instead.

Steps to reproduce?

  1. Go to the codelab above.

Additional information
I checked and it seems to be the same for every language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant